Instant conversion: Turn any HEX code into RGB as you type.
CSS-ready: Output is formatted as rgb() so you can paste it straight into styles.
100% private: Everything runs in your browser. Your data is never uploaded to a server, so it's safe for confidential content.
Frequently asked questions
What's the difference between HEX and RGB?
They describe the same colour differently — HEX uses a hexadecimal string like #FF0000, while RGB lists red, green, and blue values like rgb(255, 0, 0).
Does it support 3-digit HEX codes?
Yes — shorthand like #F00 is expanded and converted correctly.