Hex to RGB Color Converter
Convert colors between HEX, RGB and HSL instantly with a live preview. Paste any hex code or rgb value and see the match.
About this tool
Convert any color between HEX, RGB and HSL in one step. Paste a hex code like #3366FF or an rgb tuple, press convert, and the tool shows the matching values in all three formats plus a live preview swatch.
Web designers and developers bounce between these formats constantly — CSS and Figma accept hex, canvas APIs want rgb, and tuning shades is easiest in HSL. This converter removes the mental math from all of them.
FAQ
How do I convert hex to rgb?
Split the hex code into three pairs, convert each pair from base 16 to decimal. #3366FF becomes rgb(51, 102, 255).
What is HSL?
HSL expresses color as hue (0–360°), saturation (%) and lightness (%). Designers use it to reason about tones more intuitively than RGB.
Can I convert back from rgb?
Yes — paste an rgb value like "51,102,255" and the tool returns the hex code and HSL value.