It's actually possible with the new backdrop-filter
property but the browser support isn't very good at the moment.
.child {
backdrop-filter: brightness(1.5);
}
For now, I would still stick with a white/black alpha background color, which works well for grayscale backgrounds.