👁️

Color Contrast Checker

Check WCAG contrast ratio between two colors. Reports AA and AAA compliance.

color API: POST /api/tools/color-contrast

Input

🔌 API Usage

POST /api/tools/color-contrast
Content-Type: application/json

// Example body:
{
  "color1": "#ffffff",
  "color2": "#000000"
}