HEX to RGB Converter Online - Free HEX to RGB converter for color code conversion.

Free online HEX to RGB converter. Convert hex codes to RGB and HSL instantly. Also converts RGB back to HEX with live preview.

RGB

rgb(79, 70, 229)

HSL

hsl(243, 75%, 59%)

CSS Variable

--color: 79 70 229;

How to Use HEX to RGB Converter

  1. 1Enter a HEX color code or use the color picker.
  2. 2Switch to RGB → HEX for reverse conversion.
  3. 3View RGB, HSL, and CSS variable formats.
  4. 4Click Copy next to any value.

Frequently Asked Questions

What is a HEX color code?
A HEX color code is a 6-character hexadecimal representation of an RGB color, prefixed with #. For example, #FF0000 represents pure red (RGB 255, 0, 0).
What is the difference between HEX and RGB?
HEX and RGB represent the same color in different formats. HEX uses base-16 numbers (00-FF), while RGB uses decimal numbers (0-255). Both are widely supported in CSS.
Can I convert RGB back to HEX?
Yes. Switch to RGB → HEX mode, enter your red, green, and blue values (0-255 each), and the tool calculates the HEX code instantly.
Found a bug or have a suggestion? Report it on GitHub

Learn More