👁️
Color Contrast Checker
Check WCAG contrast ratio between two colors. Reports AA and AAA compliance.
color
API: POST /api/tools/color-contrast
Input
Result
🔌 API Usage
POST /api/tools/color-contrast
Content-Type: application/json
// Example body:
{
"color1": "#ffffff",
"color2": "#000000"
}
Content-Type: application/json
// Example body:
{
"color1": "#ffffff",
"color2": "#000000"
}