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
- 1Enter a HEX color code or use the color picker.
- 2Switch to RGB → HEX for reverse conversion.
- 3View RGB, HSL, and CSS variable formats.
- 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
Guide
HEX to RGB Guide
Understanding color code conversions.
GuideColor Models Explained
HEX, RGB, HSL, and CMYK.
GuideCSS Color Values
Named, HEX, RGB, HSL, and modern functions.
GuideCSS Custom Properties for Color Values: Design Tokens in Practice
Use CSS custom properties to manage color values consistently — dynamic theming,
Guide8-Digit HEX Colors With Alpha
How #RRGGBBAA notation adds transparency to hex color codes in modern CSS.
GuideHEX Shorthand Color Codes Guide
When #fff equals #ffffff and when it doesn