Color Converter
Pick or type a color to instantly see it in HEX, RGB, and HSL, with a live preview swatch — entirely in your browser.
#6366f1
rgb(99, 102, 241)
hsl(239, 84%, 67%)
Frequently Asked Questions
What's the difference between HEX, RGB, and HSL?
HEX and RGB both describe a color by its red, green, and blue components (HEX as hexadecimal, RGB as decimal 0-255). HSL describes color by hue, saturation, and lightness, which is often more intuitive for adjusting a shade.
Can I use a shorthand 3-digit hex code?
Yes — shorthand codes like #f0c are expanded automatically to their full 6-digit equivalent (#ff00cc).
Does this tool store the colors I enter?
No — conversion happens entirely in your browser using plain JavaScript math. Nothing is sent to or stored on a server.
Explore CodeSpeedTest