Convert HEX color to RGB
Convert a hexadecimal color (#RRGGBB) to its equivalent RGB value, with an instant preview.
Processed on your device. Nothing is sent to any server.
RGB
rgb(11, 110, 99)
Convert any hexadecimal color (#RRGGBB) to its equivalent RGB value, with a live preview of the color.
Interprets each pair of hex digits as a color channel (red, green, blue) in base 16 and converts it to its decimal value from 0 to 255.
Use cases
- Getting the RGB value of a brand color defined in HEX.
- Filling out a form that only accepts RGB.
- Previewing a color before using it.
How it works
- 1
Type the HEX code
Enter the hex code, with or without the hash.
- 2
Copy the RGB
The rgb(r, g, b) value is calculated instantly.
Frequently asked questions
- Does it accept 3-digit HEX?
- Yes, short formats like #0BF are automatically expanded to their 6-digit equivalent.
Related tools
- RGB to HEXConverts RGB to HEX with preview.
- HEX to HSLConverts HEX to HSL with preview.
- HSL to HEXConverts HSL to HEX with preview.
- Border Radius GeneratorCreates CSS border-radius with preview.
- Box Shadow GeneratorCreates CSS shadows with a live preview.
- Color PickerPick a color and get HEX, RGB and HSL.