Color Converter
Convert between HEX, RGB and HSL color codes with a live preview.
Input
Output
Supports #1a73e8, rgb(255, 0, 0) and hsl(210, 100%, 50%)
FAQ
Which color formats can I enter?
3-digit HEX (#f00), 6-digit HEX (#ff0000), rgb(255, 0, 0) and hsl(0, 100%, 50%), case-insensitive.
When should I use HSL?
HSL separates hue, saturation and lightness, which makes creating lighter/darker variants of the same color intuitive.