HEX to RGB Converter
Convert HEX color codes to RGB values and vice versa with live preview.
Processed on your device β never uploaded
RGB
rgb(59, 130, 246)
Individual Values
R: 59
G: 130
B: 246
CSS rgba()
rgba(59, 130, 246, 1)
Frequently Asked Questions
How do I convert a HEX color to RGB?
Enter a hex code like #3b82f6 and the tool instantly shows the RGB values (e.g., rgb(59, 130, 246)) with a live color preview.
What is the difference between HEX and RGB color formats?
HEX uses a 6-character hexadecimal string (#RRGGBB), while RGB specifies red, green, and blue as decimal numbers from 0 to 255. Both represent the same colors.
Can I convert RGB back to HEX?
Yes, switch to "RGB to HEX" mode, enter R, G, and B values (0-255 each), and the hex code is generated automatically.
Do I need the # symbol when entering a hex code?
The # symbol is optional. The tool accepts hex codes with or without it, and also supports 3-digit shorthand like #f00.