Convert colors between HEX, RGB, HSL, and CMYK instantly. Generate tints and shades, check WCAG contrast ratios, and simulate color blindness. Free color converter tool.
HEX #2563EB: split into pairs (25, 63, EB), convert each from hex to decimal: 25=37, 63=99, EB=235. Result: RGB(37, 99, 235). Our converter handles this instantly for any color format.
WCAG 2.1 requires minimum 4.5:1 contrast for normal text (AA) and 7:1 for enhanced (AAA). Large text requires 3:1 (AA). Our checker tests your foreground and background colors against all WCAG levels.
HSL stands for Hue (0-360°, the color wheel position), Saturation (0-100%, color intensity), Lightness (0-100%, brightness). HSL is often more intuitive than RGB for adjusting colors programmatically.
Our simulator applies CSS filters to preview how your color appears to people with Deuteranopia (red-green, most common), Protanopia (red deficiency), Tritanopia (blue-yellow), and complete color blindness.
Tints mix a color with white (lighter versions). Shades mix with black (darker versions). Our generator creates 10 tints and 10 shades for any color — essential for building design systems.
RGB (Red, Green, Blue) is additive color for screens — combining all produces white. CMYK (Cyan, Magenta, Yellow, Black) is subtractive for print — combining all produces black. Convert to CMYK before sending any design to a printer.