Tutorial · 4 min read

Let Claude check your accessibility

Accessibility reviews usually happen too late, after the dev files a ticket. With figma-cli they take one sentence, so you can run them before every handoff.

The one-sentence audit

Open your screen in Figma Desktop and say:

You say
Run a full accessibility audit on this page
Contrast, touch targets and text sizes checked, failing layers named

You get a report that points at the exact layers that fail, not a vague "improve contrast" note. From there you can fix things by hand or just keep talking: "fix the failing ones" works too.

What gets checked

Check just one thing

You do not have to run the whole audit every time. Each check works on its own:

You say
Check the color contrast on this screen
Every text layer measured, results per layer
You say
Are all touch targets on this screen big enough?
Tappable layers measured against platform guidelines
You say
Show me this screen with deuteranopia
A simulated copy appears next to the original

Make it a habit

The audit is fast enough to run on every screen before it leaves your hands. A practical routine:

Why this matters: accessibility found in design costs minutes. The same issue found in production costs a ticket, a fix, a review and a release.

Questions

Can an AI check WCAG contrast in Figma?

Yes. Ask Claude to run a full accessibility audit on the open page and Figma-CLI measures every text layer against the WCAG thresholds, then names the layers that fail instead of giving a general warning.

What contrast ratio does text need?

WCAG AA asks for 4.5 to 1 for body text and 3 to 1 for large text, measured between the text colour and the colour directly behind it.

Can it simulate colour blindness?

Yes. It renders a simulated copy of your screen next to the original for deuteranopia and protanopia, which is how you catch red and green status colours that look identical to about eight percent of men.

Audit your next screen

Five minutes of setup, then every check is one sentence away.

Get started