Skip to content
ZeroServer.tools

RGB to HSL

Convert RGB values to HSL color notation.

RGB Input
HSL
hsl(183, 100%, 50%)

Understanding HSL

HSL describes color as Hue (0–360° around the color wheel), Saturation (0–100% intensity), and Lightness (0–100% from black to white). It maps more closely to how people think about color than raw RGB, which makes tweaking shades and tints in CSS far more intuitive. This converter translates 8-bit RGB channels into HSL locally in your browser.

Related Design & CSS tools