1. Checking a button palette for color-blind accessibility
UI DesignerBackground
A designer is creating a new primary action button using dark gray text on a white background.
Problem
Need to ensure the button text is legible for all users, including those with color vision deficiencies, under WCAG AA standards.
How to use
Set the Foreground Color to #1f2937, Background Color to #ffffff, and select AA for the WCAG Level.
{
"foreground": "#1f2937",
"background": "#ffffff",
"wcagLevel": "AA"
}Outcome
The tool generates a report showing the contrast ratio passes WCAG AA and remains highly legible across Protanopia, Deuteranopia, Tritanopia, and Achromatopsia simulations.