RGB to HEX Converter
Convert RGB color values to HEX format.
When to use this tool
One of the most common color conversions needed in web development. Use it when you have RGB values from a design tool and need the compact hex shorthand for CSS properties.
How to use
Input RGB values (e.g., rgb(255, 0, 0)) and the hex code will be generated. Copy the result to use in stylesheets or inline styles.