Color & Design
RGB to HEX Converter
Enter red, green and blue values from 0 to 255 and get the matching HEX code with a live preview.
Good to know
Frequently asked questions
What range do RGB values use?
0 to 255 for each channel. Anything outside that range is clamped automatically.
Can I enter decimals?
Values are rounded to whole numbers because HEX codes only represent integers between 0 and 255.
How do I add transparency?
Copy the RGB value and add an alpha, for example rgba(37, 99, 235, 0.5). An eight-digit HEX also works in modern browsers.
Is the conversion exact?
Yes. Every whole RGB value maps to exactly one HEX pair, with no loss in either direction.