sseeeedd
sseeeedd copied to clipboard
Contrast switcher based on perceived luminance
Try to implement WCAG's contrast algorithm.
Facundo Corradini wrote an example implementation on CSS-Tricks.
This would require to move from hsl()
to rgb()
. Needs to think about it: what do we get? what do we loose?