LCh Color Space

LCh (Lightness, Chroma, Hue) is a polar representation of Lab color space. It’s particularly useful for perceptual color manipulation and creating color harmonies, as it separates lightness, color intensity, and color direction.

For developers

If you’re a PHP developer and want to know more about the technical details, see how to use the LCh color space in Negarity color library.

If you’re a Javascript developer and want to know more about the technical details, see how to visualizer a LCh color in Negarity color visualizer library.