RGB to HEX Converter

Convert RGB values to HEX color codes

RGB Values
HEX Result

RGB to HEX Conversion

HEX colors are widely used in web design. Each pair of characters represents red, green, and blue values in hexadecimal (base-16) format. For example, #8B5CF6 is our brand purple.

FAQ

How do I convert RGB to HEX?

Convert each RGB value (0-255) to a two-digit hexadecimal number and combine with a # prefix.

What is the range for RGB?

RGB values range from 0 to 255 for each channel. 0 is darkest, 255 is brightest.