mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

355K
active users

Eric A. Meyer

I decided to find out what computed color values you get when using `color-mix()` to change color spaces. The results for HSL and HWB are… interesting. XYZ also did not come out as I naïvely assumed it would. codepen.io/meyerweb/pen/pvojrWo

codepen.ioColor Mixes...

@Meyerweb Yep, the sRGB-derived color spaces are specced to compute back to sRGB, and for the result of the color-mix(), the color(srgb) is preferred because it offers greater precision and doesn’t have web compat issues.

drafts.csswg.org/css-color-5/#

drafts.csswg.orgCSS Color Module Level 5