Skip to main content
WCAG success criterion · Operable

2.4.13 Focus Appearance

Guideline 2.4 Navigable. Level AAA, part of WCAG 2.2 and later.

ADA compliance guide

What this criterion requires

The focus indicator must be at least as large as a 2 CSS pixel perimeter of the component and have 3:1 contrast between focused and unfocused states.

Who it helps

People with low vision using the keyboard.

Example: fails vs passes

Fails
:focus { outline: 1px dotted #888; }
Passes
:focus-visible { outline: 3px solid #00c0a8; outline-offset: 2px; }  /* thick and 3:1 against both states */

AAA quantifies the indicator: at least a 2px perimeter, 3:1 change between focused and unfocused.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.13?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial