RGB to HEX Converter
Convert RGB values to a hex color code.
Keep or share the finished result
Copy or share after running the tool. Saved tools and settings stay in this browser.
What would you like to do next?
Convert RGB to hex
Type an RGB color above, such as rgb(255, 136, 0), and its hex code appears instantly along with the HSL form. Hex codes are the compact form of a color used throughout CSS and design tools, so converting RGB to hex makes a color easy to drop into a stylesheet. It runs entirely in your browser.
The result
Each RGB channel becomes a pair of hex digits, joined into a single six-digit code prefixed with a hash.
Frequently asked questions
What format should I enter?
Enter the color as rgb with three numbers from 0 to 255, for example rgb(255, 136, 0).
How do I go the other way?
Use the hex to RGB converter to turn a hex code back into red, green and blue values.