Color Converter
Convert between HEX, RGB and HSL. Edit any field and the others follow.
Color picker
Blur the field (Enter / Tab) to convert. Short #abc hex is accepted.
About the formats
- HEX:
#RRGGBB. The most common notation on the web and in design tools. - RGB: red, green and blue from 0 to 255.
- HSL: hue (0–360°), saturation and lightness. Easier for nudging brightness.
FAQ
- Does it support alpha / transparency?
- Currently opaque colors only. RGBA / HSLA support is on the list.
- Is my color saved anywhere?
- No. Everything runs in your browser and nothing is sent or stored.