HEX to RGB Converter
Turn a hex colour code into its red, green and blue values. Hex is just those same three numbers written in base 16 — `#7C3AED` is red 124, green 58, blue 237 — so the conversion is exact, never approximate. Each channel is shown separately alongside the full colour.
3, 6 or 8 digits, with or without the #.
RGB
rgb(124, 58, 237)
Red
124
Green
58
Blue
237
- HEX
- #7C3AED
- RGB
- rgb(124, 58, 237)
- HSL
- hsl(262, 83%, 58%)
- HSV
- hsv(262, 76%, 93%)
- CMYK
- cmyk(48%, 76%, 0%, 7%)
- Luminance
- 0.1343
- Best text on this
- White
Nothing is uploaded — this tool runs inside your browser, so your files never leave your device.
Why use this tool
- Accepts 3, 6 and 8-digit hex, with or without the #
- Shows each channel separately as well as the rgb() string
- Includes HSL, HSV and CMYK for the same colour
- Live swatch so you can see what you're converting
How it works
- 1Paste or type your hex code.
- 2Read the RGB value at the top.
- 3Copy whichever other format you need from the table.
HEX to RGB Converter — frequently asked questions
Split the six digits into three pairs and read each as a base-16 number. 7C is 124, 3A is 58, ED is 237 — so #7C3AED is rgb(124, 58, 237).
More colour tools
Looking for something else? Browse all colour tools
Explore the other tools
Same deal everywhere on the site — free, no sign-up, and no watermark on anything you download.
Or see every tool on one page.