ResourcesMarketing & Communications › Website accessibility
Marketing & Communications

Nonprofit Website Accessibility (WCAG & ADA)

Web accessibility means people with disabilities — those who use screen readers, keyboards instead of a mouse, captions, or high-contrast displays — can actually use your website. For U.S. nonprofits, it has moved from "nice to have" to a legal and reputational must-have for two reasons. First, the Department of Justice's 2024 ADA Title II rule formally adopts WCAG 2.1 Level AA as the standard for state and local governments — which sweeps in many nonprofits that run government-funded programs or operate as instrumentalities of a public entity, with compliance dates now falling in 2027 and 2028 (as of 2026 — verify your status). Second, under ADA Title III, plaintiffs filed roughly 3,100 website-accessibility lawsuits in federal court in 2025, and a majority targeted organizations under $25M in revenue (as of 2026 — verify). Most start with a demand letter, not a courtroom.

The good news: you do not need a lawyer or a six-figure budget to make real progress. The core fixes — descriptive alt text, sufficient color contrast, keyboard navigation, captions, labeled forms, and logical headings — are testable with free tools like WAVE, axe DevTools, Lighthouse, and the WebAIM Contrast Checker. This page covers why accessibility is now table-stakes, the WCAG basics in plain English, how to test for free, and a prioritized fix list you can hand to a volunteer or web vendor.

This is general guidance, not legal advice. Whether and which ADA rules apply to your organization depends on facts specific to you; consult counsel before relying on any deadline or threshold below.

Why accessibility is now table-stakes

Roughly one in four U.S. adults lives with a disability, and a large share of those affect how someone uses the web — vision, motor, cognitive, or hearing differences. When your donation form, event registration, or program-eligibility page is unusable with a screen reader or a keyboard, you are turning away supporters and the people you serve. That is the mission case. There is now also a sharp legal case.

The DOJ Title II rule. In 2024 the Department of Justice finalized a rule under ADA Title II that adopts WCAG 2.1 Level AA as the technical standard for the web content and mobile apps of state and local governments (see ADA.gov, "Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps"). In April 2026, DOJ issued an interim final rule extending the original deadlines by one year: entities serving a population of 50,000 or more must comply by April 26, 2027, and smaller entities and special-district governments by April 26, 2028 (as of 2026 — verify, and note DOJ accepted public comments into mid-2026, so dates can still shift).

Title III litigation. Separately, ADA Title III covers "places of public accommodation," and courts have applied it to websites. In 2025, plaintiffs filed about 3,117 website-accessibility lawsuits in federal court — up roughly 27% over 2024 — and an estimated tens of thousands of pre-suit demand letters circulated (as of 2026 — verify; figures come from litigation trackers, not the government). The ADA does not name a technical standard for Title III, but WCAG 2.1 AA is the de facto benchmark courts and plaintiffs use. Crucially, a majority of these suits hit organizations under $25M in revenue, so "we're too small to be a target" is not a safe assumption.

The realistic risk for most nonprofits

You are unlikely to be the next headline class action. The likelier scenario is a demand letter from a plaintiff's firm asserting your site fails WCAG and offering to settle. Reported demand-letter settlements often land in the four-to-five-figure range (as of 2026 — verify). A reasonably accessible site, plus a published accessibility statement and a contact path for help, is your best, cheapest insurance.

Does the law apply to your nonprofit?

The honest answer is "it depends," and this is the one place to be careful with general guidance. Here is a plain-English map of how the pieces fit together. Treat it as a starting point for a conversation with counsel, not a verdict.

PathwayWho it tends to reachWhat it requires
ADA Title II (public entities)Government bodies and, in some cases, nonprofits acting as an instrumentality of, or under contract to deliver programs for, a state or local government.WCAG 2.1 AA, with 2027/2028 deadlines (as of 2026 — verify your status with counsel).
ADA Title III (public accommodations)Nonprofits that operate facilities open to the public (museums, food banks, schools, clinics, thrift stores) — and, in many courts, their websites.No codified web standard, but WCAG 2.1 AA is the practical benchmark used in litigation.
Section 508 / 504Organizations receiving certain federal funds or building tools for federal agencies.Often references WCAG; check grant terms.
State lawsVaries by state (e.g., some have their own accessibility or unfair-practices statutes).Check state-specific rules.

Two practical takeaways. First, WCAG 2.1 AA is the common thread across nearly every pathway, so building to that standard satisfies the substance regardless of which law applies. Second, if you receive government funding, run public-facing programs, or operate a brick-and-mortar location, assume accessibility expectations apply and act accordingly. Your website essentials and broader marketing work should bake this in from the start rather than bolt it on later.

The WCAG basics in plain English

WCAG (Web Content Accessibility Guidelines, from the W3C) is organized around four principles — content must be Perceivable, Operable, Understandable, and Robust ("POUR"). Level AA is the conformance target nearly everyone uses. You do not need to memorize the spec; six categories cover the overwhelming majority of real-world failures. The free W3C WAI WCAG 2.1 Quick Reference lists every success criterion if you want the source of truth.

A note on "accessibility overlay" widgets

Pop-up overlay or "accessibility widget" tools that promise instant compliance are widely criticized by accessibility experts and disability advocates, and have themselves been named in lawsuits. They are not a substitute for fixing the underlying code. Treat them with caution and prioritize real remediation.

How to test for free

You can catch most issues without spending a dollar. Automated tools typically surface only 30-50% of WCAG problems on their own, so combine them with two quick manual checks: tab through the page with your keyboard, and read the W3C's "Easy Checks — A First Review of Web Accessibility."

ToolWhat it doesBest for
WAVE (WebAIM)Visual, in-browser report that overlays icons on your page showing errors, alerts, contrast issues, and structure.Non-technical staff; understanding what and where.
axe DevToolsBrowser extension that scans the page and lists violations with the exact element and a fix suggestion.Developers and volunteers comfortable with browser dev tools.
Google LighthouseBuilt into Chrome dev tools; produces an accessibility score plus performance/SEO. Quick baseline.A fast "how bad is it?" snapshot and tracking trend over time.
WebAIM Contrast CheckerPaste two hex colors and see pass/fail for AA and AAA at normal and large sizes.Checking brand colors and fixing specific contrast failures.

A sensible free workflow: run Lighthouse for a baseline score, then WAVE on your five highest-traffic pages (home, donate, about, contact, one program page) to see issues visually, then axe DevTools to hand a developer precise violations. Use the Contrast Checker whenever you pick brand colors. Finally, do the human checks no tool can: unplug your mouse and navigate by keyboard, and if you can, run your screen reader (VoiceOver on Mac, NVDA free on Windows) down the donate flow. Refer to ADA.gov's web accessibility guidance for plain-language context on what regulators expect.

Worked example: a small-nonprofit audit

Here's a realistic first audit for "Riverside Youth Mentors," a $400K nonprofit running a WordPress site. A volunteer spent two hours running Lighthouse, WAVE, and a keyboard pass on five key pages, then logged findings in a simple tracker. The numbers are illustrative, not benchmarks.

PageLighthouse a11y scoreTop issues foundWCAG criterion
Home74 / 100Hero slider images missing alt text; low-contrast tagline (#9bbcd6 on white = 2.1:1)1.1.1, 1.4.3
Donate68 / 100Amount fields use placeholder only, no labels; "Donate" button reachable only by mouse1.3.1, 2.1.1
About88 / 100Two H1s on page; "click here" link text x31.3.1, 2.4.4
Programs71 / 100Embedded video has no captions; PDF flyer is image-only (no text layer)1.2.2, 1.1.1
Contact80 / 100Form error shown in red text only; map iframe has no title1.4.1, 4.1.2

The volunteer then sorted findings by severity (does it block a task?) and reach (how many users hit it?). The two that blocked the most important task — completing a donation — went to the top: unlabeled donate fields and the keyboard-unreachable Donate button. Contrast and alt-text fixes were quick wins. Captions and the image-only PDF were scheduled for the following week. Total remediation by a volunteer plus the web vendor: about six hours, no budget beyond existing hosting.

Sample accessibility statement excerpt

"Riverside Youth Mentors is committed to making our website accessible to everyone, and we aim to conform to WCAG 2.1 Level AA. We are actively working to improve accessibility and welcome your feedback. If you encounter a barrier or need information in another format, email access@riversidementors.org or call (555) 123-4567 and we will help."

A published statement with a working contact path shows good faith and gives users an alternative if something still isn't accessible. It is not a legal shield on its own — verify wording with counsel.

A prioritized fix list

Don't try to fix everything at once. Triage by impact on core tasks first (give, register, find help, contact), then frequency, then effort. This order gets you the most protection and the most usable site for the least work.

  1. Fix the donate and registration flow first. Label every form field, make every button keyboard-operable with a visible focus state, and ensure errors are described in text. This is where you lose money and where lawsuits concentrate.
  2. Repair color contrast on text and buttons. Run brand colors through the WebAIM Contrast Checker and adjust to meet 4.5:1 / 3:1. This is usually a fast CSS change with site-wide benefit.
  3. Add alt text to meaningful images; null-out decorative ones. Prioritize images that convey information (charts, infographics, photos with captions-worth content).
  4. Clean up heading structure and link text. One H1 per page, logical nesting, and descriptive links. Helps screen-reader users and your SEO at the same time.
  5. Caption videos and fix image-only PDFs. Add captions/transcripts; replace scanned-image PDFs with real text (or HTML pages, which are far easier to make accessible).
  6. Publish an accessibility statement with a contact method for help, and add accessibility checks to your content workflow so new pages don't reintroduce problems.

Bake the recurring checks into your operations rhythm — for example, a quick WAVE scan before publishing any new landing page, and a full re-audit twice a year. If your site is large, built on a fragile custom platform, or you've already received a demand letter, that's the point to bring in a professional firm (see the resources below).

WCAG quick-audit checklist

Run this on your 5 most-visited pages

  • Every meaningful image has descriptive alt text; decorative images use empty alt (alt="").
  • Body text meets 4.5:1 contrast; large text and key UI/icons meet 3:1 (checked in WebAIM Contrast Checker).
  • Color is never the only way meaning is conveyed (e.g., errors have text, not just red).
  • You can Tab through the whole page, activate every control by keyboard, and always see where focus is.
  • Focus order is logical and never gets trapped (e.g., in a pop-up or menu).
  • Every form field has a real, associated label; errors are explained in text.
  • Pre-recorded video has synchronized captions; audio content has a transcript.
  • One H1 per page; headings nest logically (H2 under H1, H3 under H2).
  • Link text makes sense out of context (no bare "click here" or "read more").
  • Page has a descriptive title; language is set; iframes have titles.
  • PDFs and documents have a real text layer (not scanned images) and proper structure.
  • A published accessibility statement gives a working way to request help.

Pass on all twelve across your top pages and you've cleared the most common WCAG 2.1 AA failures that drive both poor usability and demand letters. Re-run after every major redesign and at least twice a year.

Good Circles

Fund the accessibility work without another grant deadline

Remediation and ongoing testing take staff time and sometimes a vendor. Good Circles gives your nonprofit recurring, unrestricted funding to cover exactly this kind of behind-the-scenes work. Supporters pick your cause once, then a share of their everyday local spending funds you automatically — an estimated $72 per active supporter per year (about $36,000/year from 500 supporters). It's recurring, unrestricted, and free for nonprofits. Figures are estimates that vary with supporter activity.

Claim a Founding Nonprofit spot →

Sources & tools

Free first

  • W3C WAI — WCAG 2.1 Quick Reference — The authoritative, filterable list of every WCAG 2.1 success criterion with techniques and examples.
  • W3C WAI — Easy Checks — A beginner-friendly first review you can do by hand in under an hour, no tools required.
  • WAVE (WebAIM) — Visual in-browser checker that overlays errors, contrast issues, and structure directly on your page.
  • axe DevTools — Browser-extension scanner that lists violations with the exact element and a suggested fix.
  • WebAIM Contrast Checker — Paste two colors to see pass/fail for AA and AAA at normal and large text sizes.
  • Google Lighthouse — Built into Chrome; gives a quick accessibility score to baseline and track progress over time.
  • ADA.gov — Web accessibility guidance — Plain-language federal guidance on what accessible web content means and why it matters.

Paid — optional labor-savers

  • Professional accessibility audit & remediation firm — A specialist firm that performs a manual + automated WCAG audit, documents conformance, and helps remediate code. Worth it when Your site is large or complex, built on a fragile custom platform, or you have received a demand letter or legal threat and need a defensible, expert-validated path to conformance.

Last verified 2026-06-16. Figures and rules change — verify at the source before you act.

FAQ

Does my nonprofit legally have to follow WCAG?

It depends on your situation, so confirm with counsel. The DOJ's 2024 ADA Title II rule adopts WCAG 2.1 Level AA for state and local governments, with compliance dates now in 2027 and 2028 (as of 2026 — verify); that can reach nonprofits acting as instrumentalities of, or delivering programs for, a public entity. Separately, under ADA Title III, courts apply accessibility expectations to the websites of public-facing organizations, and WCAG 2.1 AA is the de facto benchmark used in litigation. Because WCAG 2.1 AA is the common standard across nearly every pathway, building to it covers the substance regardless of which law applies to you.

What's the cheapest way to test my site for accessibility?

Use free tools and two manual checks. Run Google Lighthouse for a baseline accessibility score, then WAVE by WebAIM on your highest-traffic pages to see issues visually, and axe DevTools to hand a developer precise violations. Use the WebAIM Contrast Checker to verify your brand colors meet contrast minimums. Automated tools catch only roughly 30-50% of issues, so also unplug your mouse and Tab through the page, and follow the W3C's "Easy Checks" guide. This costs nothing beyond time.

What are the most important fixes to make first?

Triage by impact on core tasks, then frequency, then effort. Fix your donate and registration flow first: label every form field, make every button keyboard-operable with a visible focus state, and describe errors in text. Next, repair color contrast on text and buttons to meet 4.5:1 for normal text and 3:1 for large text. Then add alt text to meaningful images, clean up heading structure and link text, caption videos, fix image-only PDFs, and publish an accessibility statement with a way to request help.

Do accessibility overlay widgets make my site compliant?

No. Pop-up overlay or accessibility widget tools that promise instant compliance are widely criticized by accessibility experts and disability advocates, and some have themselves been named in lawsuits. They do not fix the underlying code and are not a substitute for real remediation. Prioritize fixing actual issues, like alt text, contrast, keyboard navigation, form labels, captions, and heading structure, then publish an accessibility statement with a contact path for anyone who still hits a barrier.