HEX ↔ RGB
HEX encodes three 8-bit sRGB channels in base 16; RGB shows them as decimal values.
Colour & designFind the right colour, contrast and finishing touches.
HEX encodes three 8-bit sRGB channels in base 16; RGB shows them as decimal values.
Colour & designConverts between 8-bit sRGB and hue, saturation, lightness using channel extrema.
Colour & designHSL derives hue from the dominant RGB channel and lightness from the average channel extrema.
Colour & designThe native colour picker supplies an sRGB colour; the tool displays HEX, RGB and HSL equivalents.
Colour & designWCAG 2.x: linearize sRGB at 0.04045, L = 0.2126R + 0.7152G + 0.0722B.
Colour & designCreates a CSS linear-gradient between two colours at the supplied angle.
Colour & designCSS box-shadow uses horizontal offset, vertical offset, blur radius, spread radius and colour.
Colour & designCSS corner order is top-left, top-right, bottom-right, bottom-left.
Colour & design