What is HSL?
HSL stands for hue, saturation and lightness. Hue describes the color angle, saturation describes color intensity and lightness describes how bright or dark the color is.
Color
Convert HEX colors to HSL online. Enter a HEX code and get hue, saturation and lightness values with CSS hsl() output and preview.
Convert HEX colors to HSL online. Enter a HEX code and get hue, saturation and lightness values with CSS hsl() output and preview.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free HEX to HSL converter to transform hexadecimal colors into hue, saturation and lightness values. HSL is useful when adjusting colors, creating themes, changing brightness or building consistent UI palettes.
HSL stands for hue, saturation and lightness. Hue describes the color angle, saturation describes color intensity and lightness describes how bright or dark the color is.
HSL is easier to adjust than HEX when you want to make a color lighter, darker, more saturated or less saturated.
Yes, modern CSS supports hsl() values, for example hsl(12, 100%, 60%).
Yes, HEX and HSL can represent the same screen color. Small rounding differences may appear depending on decimal precision.