File ConversionColor ConversionFree Tool
HSL to HEX
Convert HSL (Hue, Saturation, Lightness) values to a HEX color code using the standard HSL-to-RGB formula.
How to Use HSL to HEX
- 1Enter H, S, L values separated by commas (e.g. 243, 75, 59)
- 2Click Convert
- 3Copy the hex result
Frequently Asked Questions
Three comma-separated numbers: hue (0-360), saturation (0-100), and lightness (0-100), e.g. "243, 75, 59" — without the ° or % symbols.
HSL lets you tweak lightness or saturation independently while keeping the same hue — much easier than guessing which RGB or hex digits to change to lighten or desaturate a color.
No — the conversion happens entirely in your browser.
Related Tools
HEX to RGB
Convert a HEX color code (#RRGGBB) to its exact RGB(r, g, b) equivalent using standard base-16 to base-10 conversion.
RGB to HEX
Convert RGB values (0-255 per channel) to a HEX color code (#RRGGBB) using standard base-10 to base-16 conversion.
HEX to HSL
Convert a HEX color code to HSL (Hue, Saturation, Lightness) using the standard RGB-to-HSL formula.
HEX to CMYK
Convert a HEX color code to approximate CMYK percentages using the standard RGB-to-CMYK formula — a screen-to-print estimate, not a color-managed proof.