Convert RGB color to hex
Enter rgb() / rgba() or comma-separated channels. Get a #RRGGBB or #RRGGBBAA hex code with a live color preview—handy for CSS and design handoff.
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
- What RGB formats are accepted?
- rgb(255, 87, 51), rgba(...), or plain 255, 87, 51. Alpha can be 0–1 or 0–255.
- When do I get an 8-digit hex?
- When alpha is present and not fully opaque, the output uses #RRGGBBAA.