RGB to hex converter
Enter red, green and blue values from 0–255 and get the matching hex colour code straight away, with a live swatch you can copy into CSS, SVG, or any design tool.
Each channel is converted to a two-digit hexadecimal pair, so
rgb(59, 130, 246) becomes #3b82f6. It all runs in your browser — nothing
is uploaded.