Convert HEX color codes to RGB values
HEX (hexadecimal) is a six‑digit representation of a color: #RRGGBB. Each pair (RR, GG, BB) is a value from 00 to FF (0-255 in decimal).
RGB uses three numbers (0-255) for red, green, and blue. Both represent the same color, just in different formats. Designers often use HEX for web, while developers sometimes prefer RGB for CSS manipulation.
Step 1: Enter a HEX color code (with or without #) or use the color picker.
Step 2: Click “Convert”. The RGB values appear immediately.
Step 3: Copy the RGB result to use in your CSS or design tool.
You can also see a live preview of the color.