HEX to RGB Converter
A HEX to RGB converter translates a six-character hex code (like #FFA500) into the equivalent RGB values (255, 165, 0). This converter also gives you HSB at the same time, which most other converters skip.
RGB: rgb(124, 58, 237)
HSB: hsb(262°, 76%, 93%)
HEX: #7C3AED
Hex codes are compact (six characters) but RGB is what your browser, CSS, and graphics tools work with internally. They encode the same color — every hex code maps to exactly one RGB triplet. Paste the hex into the field above and the RGB and HSB drop out. The conversion is instantaneous because hex is just base-16 RGB. If you spend a lot of time eyeing colors, you might enjoy the ColorFlex color guessing game.
Think you know color well enough?
Test your color skills →