Color Converter

Convert between HEX, RGB, and HSL. Edit any field and the others update live.

Formats explained

HEX (#38bdf8) encodes red, green, and blue as two-digit hexadecimal pairs — the format used almost everywhere in CSS and design tools. RGB expresses the same three channels as decimal 0–255 values, sometimes easier to reason about or animate between. HSL (hue, saturation, lightness) is often the most intuitive for adjusting a color — keep hue and saturation fixed and slide lightness to get tints and shades of the same color.

Other tools