The HSL Model

RGB continues to be the dominant model - supported by all browsers. While it is easy to learn to use an RGB triplet it is difficult to interpret a raw RGB value. The H ue S aturation L uminosity model has been proposed as a more intuitive alternative. HSL now forms part of the CSS3 standard but software support for it still variable. To make matters worse the legal range for H, S and L is not consistent across applications. The ranges described below are those proposed in CSS3.

Six Color Wheel
Jump To...

Colophon