βI have designed a new perceptual colour space, designed to be simple to use, while doing a good job at predicting perceived lightness, chroma and hue. It is called the Oklab colour space, because it is an OK Lab colour space.β β https://bottosson.github.io/posts/oklab/
A colour in Oklab is represented with three coordinates, similar to how CIELAB works, but with better perceptual properties. Oklab uses a D65 whitepoint, since this is what sRGB and other common colour spaces use.
OKLAB colour space by BjΓΆrn Ottosson https://bottosson.github.io/posts/oklab/
The only thing that you need to understand is that OKLAB gradients are much more perceptually correct than HSL. - https://www.youtube.com/watch?v=fv-wlo8yVhk&ab_channel=Acerola
References:
- [https://bottosson.github.io/posts/oklab/](https://bottosson.github.io/posts/oklab/
- Oklab critique: https://raphlinus.github.io/color/2021/01/18/oklab-critique.html
- In the meantime, I can highly recommend OKLab for tasks such as making better gradients.