Every design bootcamp now teaches contrast ratios and alt text. That is table stakes, not a differentiator. Anyone can run a plugin and flag a color that "feels too light." The designers who actually get promoted have a rarer, more specific skill: they can stand in a design review and explain, in one sentence, exactly which real person gets locked out by a choice, and what to do about it instead.
That sentence is the whole skill. It is not knowing more rules. It is translating a rule into a consequence a developer can fix and a PM can defend in a roadmap meeting.
The Stat: WCAG's own structure organizes every success criterion under four principles: Perceivable, Operable, Understandable, and Robust (POUR) - a framework designers can use to explain WHY a failure matters, not just that it exists. (Source: W3C)
Why "This Needs Fixing" Never Gets You Noticed
Picture a design review. A junior designer pulls up a screenshot and says the button text is "too hard to read." Everyone nods politely. Nothing changes, because nobody in the room knows what to do with that sentence. It is a feeling, not a spec.
Now picture a different designer pulling up the same screenshot. She says: "This fails WCAG 1.4.3, Contrast Minimum, because the button text sits at roughly 3:1 against the background and normal-size text needs at least 4.5:1. That means someone with low vision, or anyone using a phone in direct sunlight, cannot reliably read this call-to-action. If we darken the text token by two steps in the palette, it passes and we do not have to touch the button's shape or spacing."
Same bug. Completely different career trajectory. The first designer is a QA pass. The second one just did the engineer's job for them, in a sentence, and made the PM's decision easy. That is the skill: naming the criterion, naming the person it locks out, and handing over a fix that lives inside the existing design system instead of demanding a redesign.
The Three-Part Sentence Formula
You do not need to memorize all of WCAG to do this. You need a repeatable structure you can apply under pressure, live, in front of a director of product.
- Name the criterion. Not "this feels off," but the actual success criterion. This is the part most designers skip because it feels like a developer's job. It is not. Knowing the name is what makes you sound credible instead of opinionated.
- Explain the real user impact. Say who is affected and how, in plain language a non-designer understands immediately. Not "accessibility users," but "someone using a screen reader," "someone with low vision," or "someone who can only use a keyboard."
- Propose the fix inside the system. Point to the token, component, or pattern that already exists. A promotion-worthy fix rarely invents something new; it applies a rule the team already agreed to.
Here is what that formula looks like when you widen it beyond text color, because contrast is not the only place this pays off.
| Vague feedback (junior) | Specific feedback (gets promoted) |
|---|---|
| "This icon is hard to see." | Fails WCAG 1.4.11, Non-text Contrast - the icon border sits under 3:1 against its background, so users with low vision may miss it entirely. Swap it to the icon-border-strong token. |
| "The focus state looks weird." | Fails 1.4.11 again - focus indicators are UI components and need 3:1 contrast too. A keyboard-only user cannot track where they are on the page. Use the existing focus-ring component instead of a custom outline. |
| "This needs fixing." | Names nothing. Fixes nothing. Gets forgotten by the next standup. |
Notice that both real-world examples above trace back to the same two success criteria: WCAG 1.4.3 Contrast (Minimum), which requires at least a 4.5:1 ratio for normal text and 3:1 for large text, and WCAG 1.4.11 Non-text Contrast, which requires at least 3:1 for input borders, icons, and focus indicators. Learn those two numbers cold and you can already handle the majority of contrast conversations that come up in a typical design review.
Borrow the Framework the W3C Already Built
You do not have to invent your own way of explaining "why this matters." The W3C already organized the entire standard around four principles that map directly onto plain language: Perceivable, Operable, Understandable, and Robust, known as POUR. Read the W3C's own WCAG POUR overview once and you have a mental model for sorting any accessibility issue you spot, on the spot, without looking it up.
- A Perceivable failure means someone cannot even sense the content exists (contrast, missing alt text, no captions).
- An Operable failure means someone can see it but cannot interact with it (no keyboard access, no focus order, a trap they cannot escape).
- An Understandable failure means the interaction works but the meaning is unclear (confusing error messages, inconsistent navigation).
- A Robust failure means it breaks for assistive technology even though it looks fine visually (bad semantic markup, missing labels).
Say the principle out loud in a review and you instantly sound like someone who understands the system, not just the checklist. This is the same instinct we noticed when we reviewed 100 UX portfolios and looked at what stood out in the hired ones: the candidates who got hired were not the ones who listed the most accessibility tools. They were the ones who could narrate, unprompted, why a specific screen would fail and for whom.
Build the Habit Before Your Next Review
This is not a one-time trick, it is a habit you can drill on any screen you already have open.
- Pick one screen from your current project and find one contrast pair (text or icon) that looks borderline.
- Name the exact success criterion it maps to (1.4.3 for text, 1.4.11 for UI components and icons).
- Write one sentence describing the real person who would struggle with it.
- Point to the existing design token, component, or pattern that would fix it without a full redesign.
- Say that full sentence out loud before you type it in a Slack comment or Figma note.
- Repeat with a keyboard-focus issue instead of a color issue, using the Operable lens from POUR.
Do this five times and the sentence structure stops feeling like homework and starts feeling like how you naturally talk about design. That shift, more than any certificate, is what reviewers and hiring managers notice.
Practice Before You Perform
Reading about the three-part sentence is not the same as being able to say it under pressure with a real screen in front of you. The fastest way to build the reflex is to practice on an actual page, not a hypothetical one. If you want to try this exact formula on your own product today, you can check your own contrast pairs with our free tools and practice turning "this looks off" into "this fails 1.4.3, here is who it affects, here is the token that fixes it."
That is also the fastest way to walk into your next design review sounding like the designer who gets promoted instead of the one who just flags bugs. If you would rather have a second set of eyes look at a specific screen with you, our team is happy to talk it through, just reach out to experts@wcag.world.
