Check Contrast
colors_contrastCheck WCAG contrast ratios between foreground and background colors to verify AA, AAA, or non-text accessibility compliance before shipping UI.
Instructions
Check WCAG contrast ratio between foreground and background colors (AA, AAA, non-text)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base color to blend transparent backgrounds over (default: "#ffffff") | |
| background | Yes | Background color (e.g., "#ffffff", "white", "oklch(1 0 0)") | |
| foreground | Yes | Foreground (text) color (e.g., "#000000", "black", "oklch(0 0 0)") |