RGB to HEX Converter
Convert RGB values into a HEX color code.
HEX#3b82f6
RGBrgb(59, 130, 246)
Preview
Convert RGB to HEX
RGB values (0â255 per channel) are how colors are stored and manipulated in code, while HEX codes are the compact form designers and CSS use most. This tool turns any RGB triplet into its #rrggbb HEX equivalent.
Flexible input
Enter values as a plain list like 59, 130, 246 or as full CSS rgb(59, 130, 246) â both work. Values are clamped to the valid 0â255 range.
How the conversion works
Each 0â255 channel becomes a two-digit hexadecimal pair (255 â ff, 0 â 00), and the three pairs join into a single #rrggbb code.
Private & Processed Locally
Everything runs in your browser; nothing is uploaded.
Frequently Asked Questions
Common questions about the RGB to HEX.
What input does it accept?
Plain values like 59, 130, 246 or full rgb(59, 130, 246).
How is HEX produced?
Each 0-255 channel becomes a two-digit hex pair, joined into a #rrggbb code.
Is it private?
Yes, everything runs in your browser.