Design

Colors

Convert a color between HEX, RGB and HSL.

HEX

#3366cc

RGB

rgb(51, 102, 204)

HSL

hsl(220, 60%, 50%)

How it works

1

Enter a color

Type a HEX, RGB or HSL value, or pick one with the color picker.

2

See every format

The other formats update live, so you can copy whichever your code needs.

3

Copy

Copy the value in the format you want.

Frequent questions

Which color formats are supported?
HEX, RGB and HSL — the three you reach for most in CSS. Enter any one and the others are computed instantly.
Does it support alpha transparency?
Yes. Colors with an alpha channel convert between their HEX, RGB and HSL forms with the opacity preserved.