Convert hex color to RGB
Paste a hex color like #FF5733 or short #F53. Alpha forms such as #RRGGBBAA are supported. See an instant swatch and rgb()/rgba() output in your browser.
Use the swatch to pick a color. RGB also accepts Chinese commas (,).
100%
Preview
ChannelsClick to copy
Files stay in your browser — nothing is uploaded to our servers.
Examples
Click a row to fill the input and convert
| Input | Output | — |
|---|---|---|
FAQ
- Does short hex like #F53 work?
- Yes. Each digit is doubled (#F53 → #FF5533) before converting to RGB.
- How is alpha handled?
- Eight-digit hex #RRGGBBAA maps to rgba() with alpha from 0 to 1. The preview also shows transparency.
- Is this the same as hex-to-decimal?
- No. Color tools treat hex as red/green/blue channels. For arbitrary numbers use the base converters.