Check a color pair
check_contrastCalculates the WCAG contrast ratio between foreground and background colors and verifies if it passes AA or AAA for the given text size and weight.
Instructions
Calculate the WCAG contrast ratio for foreground and background colors and determine whether the pair passes for the supplied text size and weight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | AA | |
| background | Yes | Background CSS sRGB color such as white, #ffffff, rgb(), hsl(), or color(srgb ...). | |
| fontSizePx | No | ||
| fontWeight | No | ||
| foreground | Yes | Foreground CSS sRGB color such as white, #767676, rgb(), hsl(), or color(srgb ...). |