Hex to RGB Converter
Convert colours between HEX and RGB in both directions.
Paste a hex colour like #1A2B3C to get its rgb() value, or paste an rgb() value to get the hex code back. Perfect for CSS work when a design gives you one format but you need the other.
Frequently asked questions
Does it work both ways?
Yes. Enter a hex code to get RGB, or enter rgb(r, g, b) to get the hex code — the tool detects which you typed.
Do I need the # sign?
No, it is optional. Both #1a2b3c and 1a2b3c are accepted.