Suggest a passing color
suggest_contrast_fixFind the nearest foreground or background color adjustment to meet WCAG contrast thresholds, returning a calculated candidate for manual application.
Instructions
Find the nearest black-or-white-directed foreground or background adjustment that reaches the selected WCAG contrast threshold. Returns a mathematical candidate, not an automatic edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | AA | |
| adjust | No | foreground | |
| 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 ...). |