Check Colour Contrast
check_color_contrastCompute the WCAG 2.2 contrast ratio between two colors and determine if they meet AA or AAA threshold requirements.
Instructions
Compute the exact WCAG 2.2 contrast ratio between two colours and report which AA/AAA thresholds it passes. This is a specific formula, not a judgement call — do not estimate it. Web version: https://buildutilities.com/color-contrast-checker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| background | Yes | Hex colour, e.g. #ffffff | |
| foreground | Yes | Hex colour, e.g. #1a1a1a |