How do I convert HSL to HEX?
The HSL value is first converted to RGB, then each RGB channel is converted into a two-character hexadecimal value.
Color
Convert HSL colors to HEX color codes online. Enter hue, saturation and lightness values and get a copyable HEX code with preview.
Convert HSL colors to HEX color codes online. Enter hue, saturation and lightness values and get a copyable HEX code with preview.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free HSL to HEX converter to turn hue, saturation and lightness values into a hexadecimal color code. It is useful for converting CSS hsl() colors into HEX values for design tools, documentation and older CSS workflows.
The HSL value is first converted to RGB, then each RGB channel is converted into a two-character hexadecimal value.
Hue is usually a number from 0 to 360 degrees. Saturation and lightness are percentages from 0% to 100%.
Yes, the tool should accept CSS-style hsl() input as well as plain HSL channel values.
Neither is always better. HEX is compact and widely used, while HSL is easier to adjust when creating color variations.