Skip to content
Accessibility Scanner

Compliance

California web accessibility and the Unruh Act

California generates more web accessibility demand letters than any other state, and it is not because Californian websites are worse. It is because California law attaches a specific dollar figure to each violation, which changes the economics of bringing a claim. Here is how that works and what it means for your site.

Check your site against WCAG, free, no signup, no email.

Why California is different

The federal ADA lets a plaintiff win an injunction, meaning a court order to fix the site, plus legal fees. It does not award damages to the individual. That alone rarely justifies the cost of a case.

California adds the Unruh Civil Rights Act (Civil Code section 51). Unruh provides statutory damages with a minimum of $4,000 per violation, and critically, a violation of the ADA is automatically a violation of Unruh. So the same inaccessible website that would yield only an injunction federally carries a per-violation damages floor in California.

That single provision is why so many claims are filed there. It is a structural feature of the law, not a judgement about local web development.

What "per violation" tends to mean in practice

This is the part that generates the most confusion, and the honest answer is that it is contested. Defendants argue a violation means one visit by one person. Plaintiffs have sometimes argued for counting separate barriers or separate visits, which multiplies the figure quickly.

You will see marketing that multiplies $4,000 by every failing element on your site to produce a terrifying number. Treat that as a sales tactic. The realistic exposure for most small and mid-sized businesses is a demand letter seeking a settlement in the low five figures plus a commitment to remediate, and most of these resolve without litigation.

None of this is legal advice, and if you have received a demand letter you should speak to a lawyer rather than a scanner vendor.

Which standard applies

Neither the ADA nor Unruh names a technical standard for private businesses. In practice the benchmark is WCAG 2.1 or 2.2 at Level AA, which is what DOJ guidance references and what settlement agreements almost universally require. Targeting WCAG 2.2 AA also satisfies 2.1 AA, so it is the sensible aim.

California state agencies are a separate case with an explicit rule: AB 434 requires state agency websites to meet WCAG 2.0 Level AA and to post an accessibility certification. If you are a state entity rather than a business, that is your obligation.

What claims usually cite

Demand letters are remarkably repetitive, because they are usually generated from an automated scan of the homepage and a few key pages. The recurring items are:

  • Text with insufficient colour contrast against its background
  • Images with missing or unhelpful alt text
  • Form inputs with no associated label
  • Links and buttons with no accessible name
  • Content that cannot be reached or operated with a keyboard

These are the machine-checkable failures, which is exactly why they appear so consistently: whoever sent the letter ran a scanner too. The practical implication is encouraging, because you can run the same check yourself and see most of what they would see.

Overlays make this worse, not better

Accessibility overlay widgets that promise instant compliance from one line of JavaScript do not fix your underlying markup, and they have themselves become a target. In 2026 the FTC fined accessiBe $1 million over its accessibility claims. Installing a widget does not remove the barriers a plaintiff would cite, and it can add a false claim of conformance to the record.

Fix issues in the code and content, then verify. There is no button for this.

Where to start

Run the free scan above on your highest-traffic pages, not just the homepage, since that is where claims tend to look first. It runs axe-core against WCAG 2.2 A and AA, outlines each failing element, and maps it to the success criterion so you can hand the output to a developer.

Then fix at the source and keep evidence. Records of scans over time, fixes shipped and monitoring for regressions demonstrate ongoing effort, which matters considerably more than any one-off result. Automated testing covers the machine-checkable subset of WCAG and cannot tell you that you are compliant, so treat a clean scan as a floor rather than a finish line.

Frequently asked questions

What is the Unruh Act?

The Unruh Civil Rights Act is a California law prohibiting discrimination by business establishments. It provides statutory damages with a minimum of $4,000 per violation, and an ADA violation automatically counts as an Unruh violation, which is why California sees so many web accessibility claims.

Is $4,000 per violation charged for every broken element?

That interpretation is contested and is often used as a scare tactic in vendor marketing. What counts as a single violation is a legal question, not a technical one. Most matters resolve as a settlement plus a remediation commitment rather than a per-element calculation.

Does the Unruh Act apply to businesses outside California?

It can, if you serve California customers, because the claim follows the person affected rather than where your servers sit. Being incorporated elsewhere is not a reliable shield.

What accessibility standard does California require for websites?

For private businesses there is no named standard in the statute; WCAG 2.1 or 2.2 Level AA is the practical benchmark used in guidance and settlements. California state agencies are separately required by AB 434 to meet WCAG 2.0 Level AA.

Will an accessibility overlay protect me?

No. Overlays do not fix the underlying code, and the FTC fined accessiBe $1 million in 2026 over its accessibility claims. Remediate at the source and keep evidence of ongoing work.

I received a demand letter. What should I do?

Speak to a lawyer. A scanner can show you what is technically wrong with your site, which is useful for remediation, but it cannot advise you on a legal claim and nothing here is legal advice.

Related guides

See what's actually broken on your site

Real axe-core results, every element outlined. No email wall, no fake “compliant” badge.

Run a free scan

Last updated 2026-07-20.