Skip to content
ChromaBrew

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

#47003A

oklch(0.27 0.119 337.9)

How to use this tool

  1. Paste an RGB value such as rgb(71, 0, 58).
  2. The six-digit HEX equivalent updates live as you type.
  3. 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.