Color Converter Tools
The same color has several notations, and different tools speak different ones — CSS wants hex, a canvas wants rgb(), a designer thinks in HSL, a printer asks for CMYK. These converters translate between them exactly, and the notes explain where a conversion is exact arithmetic and where it is an approximation.
RGB to HEX Converter
Turn red, green and blue channels into a #RRGGBB code
HEX to RGB Converter
Decode a hex code into its RGB channels
RGB to HSL Converter
Get hue, saturation and lightness for easy adjustment
HEX to HSL Converter
Convert a hex color to HSL for manual tweaking
RGB to CMYK Converter
A print starting point from a screen color
CMYK to RGB Converter
Bring a print color onto the screen as a close match
Color Mixer
Blend two colors and copy the mixed result
Gradient Generator
Build a CSS gradient and copy the code