https://devtools.solutions/tools/color/hsl-to-hex.html

HSL to HEX

Convert HSL(h, s%, l%) color values to a hexadecimal color code.

HSL to HEX


    

Frequently Asked Questions

What input should I provide?

Provide a valid HSL color representation and the tool converts it to hex.

What does it output?

The tool returns a #RRGGBB hex value.

Is conversion local?

Yes. Conversion runs entirely in-browser.

Example input/output

Input: hsl(217, 81%, 51%)

Output: #1a73e8

How it works

This tool applies the HSL-to-RGB conversion formula (using chroma, intermediate, and match values), converts the resulting RGB values to integers, then formats them as a two-digit hex pair each. Processing runs in your browser.

Common use cases

Related tools