🎨 Color Converter
Convert colors between HEX, RGB, and HSL formats
💡 How does this tool work?
This tool lets you convert colors between the three most common formats used in web development.
- HEX: The classic 6-digit hexadecimal format (e.g.
#7C3AED). - RGB: Red, Green, Blue values from 0–255 (e.g.
rgb(124, 58, 237)). - HSL: Hue (0–360°), Saturation (0–100%), Lightness (0–100%) — more intuitive for picking colors.
- Edit any format and the others update automatically. Use the color picker for quick selection.
Preview
#7C3AED
rgb(124, 58, 237)
hsl(264, 78%, 58%)
HEX
RGB
R
G
B
HSL
H264°
S78%
L58%