RGB to HEX
Convert RGB/A to hex color codes
Start
#3366ff
Description
Convert rgb(r, g, b) values to #RRGGBB hex. Supports comma‑separated input and CSS rgb() syntax.
Use this to translate design tokens or inspect computed styles.
Key features
- Accepts
r,g,borrgb(r,g,b) - Uppercase/lowercase toggle for hex
- Copy with one click
Related tools
- HEX to RGB — reverse conversion.
- Contrast Checker — verify readability.
How to Use
- Enter a value like
rgb(51, 102, 255)or51,102,255. - Toggle uppercase if your style guide requires it.
- Click “Copy Output”.
Example
Example
rgb(51, 102, 255) → #3366ff
FAQ
Alpha supported?
Alpha is ignored for hex output; supply rgba() to keep it in a separate tool.
Spaces allowed?
Yes, common spacing works.