HSL to HEX Color Converter
Instantly convert Hue, Saturation, Lightness (HSL) to Hexadecimal (HEX) color codes. Enter any HSL value and get the HEX equivalent in real time — no signup required.
Color Preview
#6467F2
All formats
#6467F2
rgb(100, 103, 242)
cmyk(59%, 57%, 0%, 5%)
HSL vs HEX — What's the Difference?
HSL
Hue, Saturation, Lightness
Hue (0–360°), Saturation (0–100%), and Lightness (0–100%). Designed to be intuitive for humans — great for adjusting color tones in CSS.
Example: color: hsl(239, 84%, 67%)
HEX
Hexadecimal
A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.
Example: color: #6366f1
How to Convert HSL to HEX
All conversion math runs in your browser using the sRGB color space. No data is sent to a server.
Common Colors — HSL to HEX Reference Table
| Color | HSL | HEX |
|---|---|---|
| Red | hsl(0, 100%, 50%) | #FF0000 |
| Green | hsl(120, 100%, 25%) | #008000 |
| Blue | hsl(240, 100%, 50%) | #0000FF |
| White | hsl(0, 0%, 100%) | #FFFFFF |
| Black | hsl(0, 0%, 0%) | #000000 |
| Orange | hsl(39, 100%, 50%) | #FFA500 |
| Purple | hsl(300, 100%, 25%) | #800080 |
| Yellow | hsl(60, 100%, 50%) | #FFFF00 |
| Cyan | hsl(180, 100%, 50%) | #00FFFF |
| Magenta | hsl(300, 100%, 50%) | #FF00FF |
| Gray | hsl(0, 0%, 50%) | #808080 |
| Pink | hsl(350, 100%, 88%) | #FFC0CB |
Related Color Converters
Frequently Asked Questions
How do I convert HSL to HEX?
To convert HSL to HEX: Step 1: HSL → RGB (hue sector formula). Step 2: RGB → HEX (each channel to 2-digit hex). Use the converter above to do this instantly for any color value.
What is the HSL color format?
Hue, Saturation, Lightness (HSL) — Hue (0–360°), Saturation (0–100%), and Lightness (0–100%). Designed to be intuitive for humans — great for adjusting color tones in CSS.
What is the HEX color format?
Hexadecimal (HEX) — A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.
Is this HSL to HEX converter free?
Yes. It is completely free, works in your browser with no signup or upload. All color math runs locally.
Can I convert HEX back to HSL?
Yes — use the swap button in the converter above, or visit the HEX to HSL converter page directly.