RGB to Hex Converter
Convert RGB color values to a HEX color code instantly. Free online RGB to hex converter with live color preview — enter red, green and blue from 0 to 255.
Live preview of #3b82f6
HEX
#3b82f6CSS rgb()
rgb(59, 130, 246)Frequently asked questions
- How does RGB to hex conversion work?
- Each channel value from 0-255 is written as a two-digit hexadecimal number, then joined as #RRGGBB. For example rgb(59, 130, 246) becomes #3b82f6.
- What values are accepted?
- Whole numbers from 0 to 255 for each of the red, green and blue channels — the standard 8-bit-per-channel range used in CSS and design tools.
- Does it show a color preview?
- Yes. A live swatch updates as you type so you can confirm the color before copying the hex code.