check_contrast
Calculate WCAG contrast ratio between foreground and background hex colors to determine if text meets accessibility standards.
Instructions
Check WCAG color contrast ratio between foreground and background colors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| background | Yes | Background color (hex) | |
| foreground | Yes | Foreground color (hex) |