Back to Tools
Color Converter
Processed Locally
Convert colors between HEX, RGB, and HSL formats. Supports multiple input formats.
Color Preview
Enter a color in HEX, RGB, or HSL format to see the conversion and preview.
Frequently Asked Questions
This tool supports HEX (#abc or #aabbcc), RGB (rgb(255, 255, 255)), and HSL (hsl(360, 100%, 100%)) formats. You can input any format and get all three as output.
RGB (Red, Green, Blue) uses color values from 0-255. HSL (Hue, Saturation, Lightness) is more intuitive: Hue (0-360°) is the color type, Saturation (0-100%) is color intensity, and Lightness (0-100%) is brightness.
Yes! Shorthand HEX like #abc automatically expands to #aabbcc. This is useful for quick color input.