Home›Color Tools›Color converter› HEX to RGBBrowser
HEX to RGB
Hex is what design tools export and CSS files contain; RGB is what you need the moment you want to add an alpha channel or interpolate between two colors in code.
Every notation is shown at once — the conversion is the same in either direction.
- HEX
- #2F6FEB
- RGB
- rgb(47, 111, 235)
- HSL
- hsl(220, 82%, 55%)
- CSS variable
- --brand: #2f6feb;
Other presets
Same tool, a different requirement.