Color Converter

Convert between HEX, RGB, and HSL color formats

Color Input

Color Preview

Light text
Dark text

Color Values

HEX
{{ currentHex }}
RGB
rgb({{ rgb.r }}, {{ rgb.g }}, {{ rgb.b }})
HSL
hsl({{ hsl.h }}, {{ hsl.s }}%, {{ hsl.l }}%)
CSS
color: {{ currentHex }};

Shades & Tints

Tints (lighter)

Shades (darker)