ToolPuma Logo

HEX to HSL

Convert a hex color code into HSL values.

Enter a 3, 4, 6, or 8 digit hex value with or without the leading #.

What Is a HEX to HSL?

The HEX to HSL converter takes a hex color code and expresses it as hue, saturation, and lightness. Convert #ff6347 into its HSL equivalent instantly to adjust colors more intuitively in your design workflow.

How to Use This HEX to HSL

  1. 1
    Enter a hex codeType a value like #ff6347.
  2. 2
    See HSL valuesThe hsl() equivalent appears instantly.
  3. 3
    Copy the resultCopy it as hsl() for your CSS.

Frequently Asked Questions

HSL makes quick adjustments to brightness and saturation simple, which is harder to do directly in hex.
The hue is derived from which RGB channel dominates and the difference between the channels, mapped to 0–360°.
Yes, the converter normalizes short and alpha hex codes to their core RGB values first.