Color Converter
Type a color in any common format — hex, rgb(), hsl(), or oklch() — and see every other form, with a live swatch and a native picker.
ColorType any common color format. The picker mirrors the current color.
Conversions
- Hex
#e07a5f - rgb()
rgb(224, 122, 95) - RGB triplet
224, 122, 95 - hsl() modern
hsl(13 68% 63%) - hsl() legacy
hsl(13, 68%, 63%) - oklch()
oklch(68.8% 0.133 35.8)
Pure browser math. Color conversion and contrast checks run locally. No values are sent over the network.