HEX to RGB Converter
Convert any HEX color to RGB, HSL and HSV instantly, or go the other way from RGB back to HEX. All conversion happens on your device.
How to convert HEX to RGB
- Choose the HEX to RGB mode and type a color code such as #3366FF, with or without the #.
- Click Convert to see the RGB, HSL and HSV values plus a live preview swatch.
- Copy any result with the Copy button beside it.
- Switch to RGB to HEX mode to turn a red, green and blue value back into a HEX code.
FAQs
Can I enter a HEX code without the # symbol?
Yes. Both #3366FF and 3366FF work, and the short three-digit form like #36F is supported too.
Can I convert RGB values back to HEX?
Yes. Switch to RGB to HEX mode, enter three values from 0 to 255, and the matching HEX code is generated.
Where does the conversion happen?
Entirely in your browser. No color data is uploaded or stored anywhere.
Why do I also see HSL and HSV values?
Designers and developers work in different color models, so the converter shows RGB, HSL and HSV together for convenience.
Related Tools
Why use a HEX to RGB converter?
Use the HEX to RGB converter when you need to convert design values from a HEX color code into RGB, HSL or HSV for use in code, or convert RGB values back to HEX.
- Convert design values from a HEX code to RGB or HSL when you are writing CSS or JavaScript.
- Turn the RGB values from a design tool back into a HEX code for the web.
- Check the exact RGB, HSL and HSV breakdown of a color before using it in an app or theme.
Tips and Limits
Color values round-trip exactly for standard sRGB colors, and the conversion runs entirely on your device with nothing uploaded to a server.