Color Converter
Convert colors between HEX, RGB, and HSL formats. Input any color format and get all representations.
How to Use
Enter a color value, select the input format, and all color representations (HEX, RGB, HSL) update in real-time.
Frequently Asked Questions
The tool supports HEX (#ff5733 or ff5733), RGB (255, 87, 51), and HSL (9, 100%, 66%) color formats.
RGB defines colors by Red, Green, Blue values (0-255). HSL uses Hue (0-360°), Saturation (0-100%), and Lightness (0-100%), which is more intuitive for color adjustments.
Yes, 3-digit shorthand HEX codes like #f00 are expanded to 6-digit format (#ff0000) automatically.