I propose to add a read-only color swatch before `color-contrast` [ ] color-contrast(var(--brand) 40%, white) ^ resulting color
<rdar://problem/75582067>
Would also be really cool to somehow expose the different contrast ratios being compared.
Yeah, that would be nice. I've worked on Bug 204772 - Web Inspector: Add text/background contrast ratio information to color picker. Unfortunately, I didn't finish it. If I add custom UI for color-contrast(), I should finish that patch 1st.
(In reply to Nikita Vasilyev from comment #3) > Yeah, that would be nice. > > I've worked on Bug 204772 - Web Inspector: Add text/background contrast > ratio information to color picker. Unfortunately, I didn't finish it. If I > add custom UI for color-contrast(), I should finish that patch 1st. It's too bad none of that math / color conversion code is using the version we have in WebCore. Is there a pattern we can establish to expose some of the functionality we have in the engine to the inspector so the math always lines up perfectly?