March 2024

WCAG for designers

The Web Content Accessibility Guidelines (WCAG) are the technical standard for accessibility compliance.

WCAG is complicated! As a designer-turned-accessibility lead, I know firsthand how overwhelming it can feel. To help, I’ve simplified the WCAG criteria most relevant to design into plain, human-friendly language.

Regardless of technical compliance, remember that accessibility is about people. WCAG compliance provides a baseline, but meeting the technical standard doesn’t automatically mean your product is usable. Humans are messy and complicated — just like their needs.


Got 30 seconds? Start here

WCAG has three levels of conformance:

Everything in WCAG hangs off four guiding principles. Is your digital product:

Your content should work for users no matter how they access it. Think:

If you consider these principles when you design, you’re already making a huge difference. Got a little more time? Jump in here…


Colour

Use of Colour (A)

Don’t rely on colour alone to communicate meaning or to distinguish visual elements. People see colours differently, are colour blind or have difficulty telling different colours apart.

How can I use colour thoughtfully?

WCAG guidelines 1.4.1


Contrast minimum (AA)

Giving text a strong contrast colour against the background makes it easier for people to read and interact with.

The contrast ratio should be at least:

How can I test colour contrast?

WCAG guidelines 1.4.3


Non-Text contrast (AA)

All components and graphics must have a contrast ratio of at least 3:1 against adjacent colours, unless they are purely decorative.

This applies to icons, charts, infographics and controls — including hover or active states.

How can I test non-text contrast?

WCAG guidelines 1.4.11

Related criteria


Focus visible (AA)

It must be easy to tell which element has keyboard focus. This helps sighted keyboard users orient themselves within the page and confidently interact with it.

How can I ensure visible focus?

WCAG guidelines 2.4.7


Copy

As a designer, you often write placeholder copy without thoughtful consideration. Button text, link text, headings — these small bits of microcopy often make it to development. Thoughtful copy has a big impact.

Images of text (AA)

Text that is essential to the journey must not be part of an image. It can’t be resized and becomes blurry when magnified.

What if there’s no alternative?

If you must use it, provide thoughtful alt text for the image. Developers shouldn’t be expected to write this — it’s your job.

WCAG guidelines 1.4.5


Headings and labels (AA)

Headings must describe the topic of the section. Labels must clearly indicate their related form field’s purpose.

What makes a good heading or label?

WCAG guidelines 2.4.6


Layout

Meaningful Sequence (A)

Order content logically to match how users read or navigate your design.

Why is this important?

WCAG guidelines 1.3.2

Related criteria


Orientation (AA)

Your design must not require a specific screen orientation — unless essential (like a VR or TV app).

WCAG guidelines 1.3.4


Resize text (AA)

Users must be able to resize text up to 200%.

This helps people with low vision. Ensure your layout still works at large text sizes. Avoid fixed-width containers that prevent copy from reflowing.

WCAG guidelines 1.4.4


Consistent navigation (AA)

Navigation that appears across pages should be consistent.

How?

WCAG guidelines 3.2.3


Sensory characteristics (A)

Instructions must not rely on visual cues alone.

What to avoid

WCAG guidelines 1.3.3


Consistent identification (AA)

Features used in multiple places must be identified consistently.

Tips

WCAG guidelines 3.2.4