HSL to Hex Converter
Free HSL to hex converter. Enter hue, saturation, and lightness values and instantly get the hex color code with a live preview.
Please enter valid values: H 0–360, S 0–100, L 0–100.
Convert HSL to Hex with Our Free Online Tool
Enter hue (0–360°), saturation (0–100%), and lightness (0–100%) values and instantly get the hex color code. A live color preview updates as you type.
HSL to Hex Conversion
The conversion first translates HSL into RGB values (each 0–255), then encodes each channel as a 2-digit hexadecimal and concatenates them with a # prefix. For achromatic colors (saturation = 0), R = G = B = L × 255.
Common HSL to Hex Conversions
| H (°) | S (%) | L (%) | Hex |
|---|---|---|---|
| 0 | 0 | 0 | #000000 |
| 0 | 0 | 100 | #FFFFFF |
| 0 | 100 | 50 | #FF0000 |
| 120 | 100 | 50 | #00FF00 |
| 240 | 100 | 50 | #0000FF |
| 60 | 100 | 50 | #FFFF00 |
| 300 | 100 | 50 | #FF00FF |
| 180 | 100 | 50 | #00FFFF |
| 0 | 0 | 50 | #808080 |
| 14 | 100 | 60 | #FF5733 |
| 204 | 70 | 53 | #3498DB |
| 145 | 63 | 49 | #2ECC71 |