Color & Design
HEX to RGB Converter
Paste a HEX color code and get the RGB values immediately, along with a live preview and CSS-ready strings.
Good to know
Frequently asked questions
Does it accept short HEX codes?
Yes. Three-digit and four-digit shorthand is expanded automatically, so #f60 and #ff6600 give the same RGB result.
What about the # symbol?
It is optional. Both 2563eb and #2563eb work.
Can I get an rgba() value?
Yes — a ready-made rgba() string at 80% opacity is included, and you can edit the alpha value after copying.
Is the result rounded?
No rounding is needed. HEX pairs map exactly onto the 0–255 RGB range, so the conversion is lossless.