HSL Converter
Convert between HSL and RGB
Start
rgb(51, 102, 204)
Description
Convert HSL color values to RGB and preview the result.
Great for translating design tokens into CSS color functions.
Key features
- Converts HSL to RGB accurately
- Live preview swatch
- Copy output quickly
How to Use
- Enter H, S, and L values.
- Copy the RGB string.
- Use “Sample” to try a demo.
Example
Example
hsl(220, 60%, 50%) → rgb(51, 102, 255)
FAQ
Ranges?
Hue 0–360; Saturation/Lightness 0–100.