Hex ↔ RGB Converter
Convert HEX color codes to RGB and back. Supports 3- and 6-digit hex. Free, instant, and private.
Enter a color to convert
How to use
- Enter a hex code (e.g. #ff8800) or RGB values (e.g. 255, 136, 0).
- Pick the conversion direction.
- Copy the converted color.
Examples
- Hex → RGB:
#ff8800 → rgb(255, 136, 0) - RGB → Hex:
255, 136, 0 → #ff8800
FAQ
- Do you support 3-digit hex codes?
- Yes. Shorthand like #fff is expanded to #ffffff before converting.
- What RGB formats are accepted?
- Any input with three numbers works — "rgb(255, 136, 0)", "255, 136, 0", or "255 136 0" all convert.
- Why did my conversion fail?
- Hex must be 3 or 6 valid hex digits, and RGB values must be three numbers from 0 to 255.