Paste hex
Colorpicker
#6C63FFElectric Iris
Convert HEX colors into HSL values and tune hue, saturation and lightness for CSS-friendly color work.
HSL separates color into hue, saturation and lightness, which makes it practical for building CSS themes and UI states from a single base color.
#6C63FF → hsl(244deg, 100%, 69%)#FFC72C → hsl(44deg, 100%, 59%)#00B140 → hsl(142deg, 100%, 35%)HSL is useful when you want to adjust a color by changing its hue, saturation or lightness without manually editing RGB channels.
Yes. Modern CSS supports HSL values, including syntax such as hsl(244deg 100% 69%).
Lightness in HSL is a color model value. It is useful for creating tints and shades, but it is not the same as perceived brightness or contrast.