More tools

HEX to HSL Converter

Convert HEX colors to HSL instantly. Paste a color — with or without alpha — and the conversion runs right in your browser.

HEX in
HSL out
hsl(262, 83%, 58%)
All formats
click a row to convert from it

About HEX and HSL

HEX colors are six hexadecimal digits — two each for red, green, and blue — usually prefixed with #. A three-digit shorthand doubles each digit, and an optional fourth pair adds alpha, so #7c3aed80 is the same purple at half opacity.

HSL describes a color by hue (0–360 on the color wheel), saturation, and lightness. It's easier to reason about than raw channels — rotating a hue or dimming a color is a single number change — which makes it popular for theming.

For example, #7c3aed in HEX is hsl(262, 83%, 58%) in HSL. Paste your own value above — conversion is instant, runs entirely in your browser, and carries alpha through when your color has one.