The ADA does not mention "color blindness" by name. But courts and federal agencies increasingly interpret ADA requirements to include digital accessibility — and color-dependent designs that exclude color blind users can create legal liability. Here's the practical breakdown.
Disclaimer: This article is for educational purposes and does not constitute legal advice. Consult with an attorney or accessibility specialist for guidance specific to your situation.
The Legal Framework
Three federal laws are relevant to color blindness in digital products and employment:
Americans with Disabilities Act (ADA)
Title III requires "places of public accommodation" to provide equal access to people with disabilities. Courts — including in the landmark Robles v. Domino's Pizza (2019, 9th Circuit) — have ruled that websites qualify as places of public accommodation. The ADA doesn't specify technical standards, but the Department of Justice has consistently pointed to WCAG 2.1 AA as the benchmark for compliance.
Section 508 (Rehabilitation Act)
Applies to federal agencies and organizations receiving federal funding. Requires electronic and information technology to be accessible. Explicitly references WCAG-based standards. Section 508 compliance is non-negotiable for government contractors.
Title I — Employment
ADA Title I covers employment discrimination. Employers must provide reasonable accommodations for employees with disabilities — including color blindness, if it substantially limits a major life activity. However, color vision testing is permitted when color discrimination is a bona fide occupational qualification (e.g., pilots, electricians).
WCAG Criteria That Apply to Color Blindness
When courts or regulators evaluate whether a website is "accessible," they look at WCAG. Three criteria are directly relevant to color blind users:
| Criterion | Level | What It Means |
|---|---|---|
| 1.4.1 Use of Color | A | Color must not be the only way to convey information. Example: marking required fields with red text alone fails — add a text label or asterisk too. |
| 1.4.3 Contrast (Minimum) | AA | Text needs at least 4.5:1 contrast ratio against background. Large text (18pt+ or 14pt bold+) needs 3:1. |
| 1.4.11 Non-text Contrast | AA | UI components (buttons, inputs, icons) and meaningful graphics need at least 3:1 contrast against adjacent colors. |
For a full breakdown of these ratios, see our WCAG 2.2 color contrast guide.
Common ADA Violations Related to Color
Add a text description or icon alongside the color change. "This field is required" in text is always safer than just turning the border red.
Links must be visually distinct from surrounding text. If they're the same color without underline, color blind users may not find them. Use underlines or a different text treatment.
Add patterns, labels, or annotations. A pie chart where slices are only distinguished by color is inaccessible to color blind users.
Use icons (checkmarks, X marks), text labels, or shapes in addition to color. Never rely on green/red alone — this is the exact pair that fails for 95% of color blind users.
The active page in a nav menu should be indicated with more than just a color change — use a border, background change, bold text, or underline.
Color Blindness in Employment
Under ADA Title I, employers cannot discriminate against employees or applicants based on disability — including color blindness — unless color vision is a bona fide occupational qualification (BFOQ).
Employers CAN
- • Require color vision tests when color is essential to the job (FAA pilots, electricians, some lab technicians)
- • Decline to hire for safety-critical roles where color vision is a genuine BFOQ
- • Use validated occupational vision tests
Employers CANNOT
- • Require color vision tests for roles where color isn't essential
- • Refuse to provide reasonable accommodations (e.g., labeled color systems, accessible software)
- • Blanket-reject all color blind applicants without task-specific justification
For a detailed breakdown of which professions require color vision tests, see our color blind test for jobs guide.
How to Comply (Practical Checklist)
Review every place your website uses color to convey meaning. Forms, alerts, navigation, charts, buttons. For each one, ask: "If this were in grayscale, would the user still understand what's happening?"
Use a contrast checker to verify all text meets 4.5:1 (AA) and all UI components meet 3:1. Fix any failures — it's usually just changing a hex value in CSS.
Upload screenshots of your site to a color blindness simulator and check all major types. Look for elements that become invisible or indistinguishable.
Everywhere color conveys information, add a second cue: text labels, icons, patterns, borders, or positional changes.
Create a VPAT (Voluntary Product Accessibility Template) documenting how your product conforms to WCAG. This is especially important if you work with government agencies or enterprises.
Common Questions
Is color blindness considered a disability under the ADA?
It can be. The ADA defines disability broadly as a condition that "substantially limits one or more major life activities." Whether color blindness qualifies depends on severity and context. Severe forms that limit daily activities (like not being able to read traffic signals) are more likely to qualify. Courts evaluate this case by case.
Can I get sued for a color-inaccessible website?
Yes. ADA website accessibility lawsuits have risen dramatically — 4,605 were filed in 2023 alone (per UsableNet's annual report). While most target screen-reader accessibility, color contrast failures and color-only information are common findings in accessibility audits that accompany these lawsuits.
What about state laws?
Several states have additional accessibility requirements. California's Unruh Civil Rights Act is frequently used in website accessibility lawsuits. New York is another active jurisdiction. State laws can impose stricter requirements or additional penalties beyond the federal ADA.
Do I need to comply with WCAG 2.2?
The DOJ's 2024 rule for state and local government websites (Title II) references WCAG 2.1 AA. For private businesses (Title III), no specific version is mandated, but WCAG 2.1 AA is the de facto standard courts use. Meeting 2.2 is advisable since it's backward-compatible with 2.1.
What about the European Accessibility Act?
The EAA (Directive 2019/882) became enforceable June 28, 2025, and applies to products and services offered to EU consumers — including US companies with EU customers. It references EN 301 549, which incorporates WCAG. So the technical requirements are similar.
Check Your Website's Accessibility
Don't wait for a lawsuit. Test your website's color contrast and simulate how it looks to color blind users.
