Pick colors and convert between HEX, RGB, and HSL.
Loading tool...
The Color Toolkit converts, manipulates, and inspects colors across HEX, RGB, RGBA, HSL, HSLA, HSV, and CMYK color models, with alpha transparency support and color space details.
Performs mathematical color space conversions between Cartesian RGB space and cylindrical HSL/HSV coordinates. Computes color lightness, chroma, CMYK ink separation percentages, and generates tint/shade variations.
HEX: #DC2626, Alpha: 0.8RGB: rgb(220, 38, 38) | RGBA: rgba(220, 38, 38, 0.8) | HSL: hsl(0, 72%, 51%) | CMYK: 0%, 83%, 83%, 14%Translates hexadecimal color into exact mathematical equivalents across all standard color models.
While HEX is the most common and concise, HSL (Hue, Saturation, Lightness) is highly recommended for modern design systems as it allows for easy-to-use programmatic adjustments (like making a color 10% darker).
Yes, by adjusting the opacity slider, the tool will automatically output 8-digit HEX codes, RGBA, and HSLA formats that include the alpha channel.
Yes, the tool uses precise mathematical algorithms to convert between the vastly different color spaces accurately.