HSL to HEX Converter

Translate CSS hsl() into a hex color code for design tools and stylesheets that prefer #RRGGBB.

Result

Enter HSL values to get a hex code.

How to convert HSL to HEX

  1. Paste hsl() or comma-separated H, S%, L%.
  2. Hex output updates live.
  3. Copy #RRGGBB.
  4. Negative hue wraps modulo 360°.

FAQ

Uppercase #RRGGBB without alpha unless you include alpha in HSL.
Yes. Negative hue normalizes by wrapping modulo 360°.
No. Pure TypeScript math in the browser.
Design tokens may store OKLCH, LAB, or rounded HSL intermediates. This tool converts your pasted hsl() directly — small differences can appear at extreme saturation.
Comma-separated hue, saturation, and lightness values work when entered in the tool's input fields. Full hsl(210, 50%, 40%) syntax is also accepted.

Related tools