How to reproduce Apple’s clock text effect

This may not be possible, but I’d love to be able to reproduce this effect Apple uses on their clocks in their various OS’s. I think it’s a backdrop-filter of sorts but is clipped by the text with some sort of blend mode applied. Is this even possible with CSS?
No description
2 Replies
RealComet
RealComet7mo ago
let us discuss with me! I think, that is possible.
bobbybosler
bobbybosler7mo ago
So, my first thought was backdrop-filter and background-clip, but that doesn’t clip the filter. Couldn’t find a backdrop-clip property. Then I saw online that SVG allows you to do a backdrop filter on text, but I don’t know SVG at all, and I’d want this to be easily reproducible.