RGB to HEX converter
Convert any RGB color to its HEX value with sliders and a live preview. Copy clean six-digit hex codes instantly.
Result
#47003Aoklch(0.27 0.119 337.9)
How to use this tool
- Paste an RGB value such as rgb(71, 0, 58).
- The six-digit HEX equivalent updates live as you type.
- Copy the clean hex code with one click.
Frequently asked questions
- How is RGB converted to HEX?
- Each channel (0–255) is written in base 16 and the three pairs are joined: rgb(199, 121, 208) becomes #C779D0. Values outside 0–255 are clamped.
- Will I always get a six-digit code?
- Yes — output is always a clean six-digit hex with the # prefix, ready to paste into CSS, Figma or Tailwind config.
- Can I adjust channels visually?
- Yes — red, green and blue sliders update the HEX value and preview live as you drag.