Color Converter
Developer toolNewConvert colors between HEX, RGB and HSL instantly.
This tool runs entirely in your browser. Your files never leave your device — nothing is uploaded.
Accepts #rgb or #rrggbb. Everything stays in your browser.
HEX
#2563eb
RGB
rgb(37, 99, 235)
HSL
hsl(221, 83%, 53%)
Frequently asked questions
How do I convert a HEX color to RGB and HSL?
Paste a HEX value like #2563eb into the field or use the color picker swatch. The tool instantly shows the matching rgb(...) and hsl(...) strings, and each format has its own copy button so you can grab exactly the one you need.
Does this tool upload my colors or data anywhere?
No. All conversion runs entirely in your browser using local JavaScript — nothing is ever sent to a server. There are no uploads, no accounts, and no tracking of the colors you enter, so it works even offline once the page has loaded.
What HEX formats are supported?
You can enter both shorthand #rgb (for example #0f0) and full #rrggbb (for example #00ff00), with or without the leading # symbol. Invalid input shows a clear error message instead of a wrong result, and outputs are always normalized to a clean six-digit HEX.