Color Converter
Convert colors between HEX, RGB, HSL, and HSV formats instantly. Pick from a color wheel or paste any value. Runs entirely in your browser.
Frequently Asked Questions
What color formats are supported?
HEX (#rrggbb or #rgb), RGB (rgb(r,g,b)), HSL (hsl(h,s%,l%)), and HSV/HSB. You can also use the color picker to select visually.
What is the difference between HSL and HSV?
Both use hue and saturation. HSL (Lightness) goes from black through the pure colour to white — pure colours have 50% lightness. HSV (Value/Brightness) goes from black to the pure colour — pure colours have 100% value. HSL is more natural for adjusting colour lightness; HSV is common in graphics tools.
Why does my HEX colour look different in my browser?
Colour appearance can vary by monitor, colour profile, and display settings. If exact colour reproduction matters, calibrate your display and work in a colour-managed environment.
Is my data private?
Yes — completely. Everything runs locally in your browser. Nothing is sent to any server, and nothing is retained after you close the tab.
Related Tools
HTML Entity Encode & Decode
Escape special HTML characters to entities (&, <, >, ") or decode HTML entities back to plain text. Runs entirely in your browser.
Markdown Preview
Preview rendered Markdown in real time. Paste Markdown on the left, see the sanitised HTML output on the right instantly. Runs entirely in your browser.