HEX to RGB Converter
Convert a HEX color into RGB, HSL, CMYK, and CSS-ready values with live color preview and one-click copy controls in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Color input
Enter a HEX color
Example shown — type a 3- or 6-digit color code, with or without #.
Converted values
Brand blue
- HEX
- #2F6FED
- RGB
- rgb(47, 111, 237)
- HSL
- hsl(220, 84%, 56%)
- CMYK
- cmyk(80%, 53%, 0%, 7%)
Values update as you type.
How it works
- Enter a HEX color or choose it from the browser color picker.
- The red, green, and blue byte values are read from the three HEX pairs.
- HSL and approximate CMYK values are calculated and ready to copy.
The method
#RRGGBB → R, G, B decimal bytes from 00–FF
FAQ
Can I enter a three-digit HEX value?
Yes. Values such as #f0a are expanded to #FF00AA before conversion.
Are my colors uploaded?
No. Conversion and copy actions happen locally in this browser tab.
Why can CMYK values vary between tools?
CMYK is an approximate screen-color conversion; actual print results depend on ink, paper, and printer color profiles.
How we compare
| Feature | Online Tool Store | Manual conversion |
|---|---|---|
| Live swatch and four formats | Yes | Several steps |
| No sign-up or upload | Yes | Yes |
| Copy-ready CSS value | Included | Manual typing |
For a quick private color conversion, this tool keeps the preview and common code formats together.