Color Converter
Paste a color in any format — HEX, RGB or HSL — and get all three, with a live swatch. Everything runs on your device.
Paste a color to begin.
Which formats are accepted?
HEX (#1e90ff or short #fff), rgb(30,144,255), hsl(210,100%,56%), and bare 6-digit hex without the hash. Alpha channels are preserved when present (#rrggbbaa, rgba, hsla).
When should I use HSL?
HSL separates hue from lightness, which makes palette work intuitive: keep hue fixed and vary lightness for shades, or shift hue for complementary colors.
Is anything uploaded?
No — conversion is pure math in your browser.