Color Converter
Convert between HEX, RGB, HSL, and CSS named colors with live preview.
Input Color
HEX
#58A6FF
RGB
rgb(88, 166, 255)
HSL
hsl(212, 100%, 67%)
CSS Name
—
Color Format Reference
| Format | Example | Use Case |
|---|---|---|
| HEX | #58a6ff | CSS, HTML, most common web format |
| RGB | rgb(88, 166, 255) | CSS with alpha: rgba(88, 166, 255, 0.5) |
| HSL | hsl(212, 100%, 67%) | Adjusting hue/saturation/lightness |
| CSS Named | coral, teal | Quick reference, 148 named colors |