Lab Color Space

Lab (also known as CIELAB or L*a*b*) is a perceptually uniform color space designed to approximate human vision. It’s widely used in color matching, color analysis, and applications where perceptual uniformity is important.

For developers

If you’re a PHP developer and want to know more about the technical details, see how to use the Lab 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 Lab color in Negarity color visualizer library.