CSS Weekly @cssweekly.com · Oct 13

Which color format do you usually reach for by default, and why still HEX? 🎨 a) HEX b) RGB c) HSL d) OKLCH e) Other

6 likes 8 replies

?

Replies

Sara Soueidan · Oct 14

hsl() www.sarasoueidan.com/blog/hex-rgb... but will be using more of the modern colors in my next refactor

Craig Roblewsky · Oct 13

HSL for the vast majority of work.

Judith Grimes’ tiny katana · Oct 13

D lately, but C before that.

C

@chooking.bsky.social · Oct 14

I use HSL because it is easy to figure out relative colors.

Johann Haeger · Oct 14

Using OKLCH wherever possible. The format feels strange at the beginning but you get used to it quite fast 🙂

Adam Kuhn · Oct 15

hsl ftw

Michael G · Oct 14

OKLch because it’s intuitive and predictable. HEX because the industry still runs on it. And html named colors because I love them in demos. color: deeppink; for everything