Accessible color design ensures all users, including those with color vision deficiency, can access and understand information.
When to Use
Creating color palettes
Designing data visualizations
Testing interface designs
Status indicators and alerts
Form validation states
Charts and graphs
Quick Start
Minimal working example:
WCAG Contrast Ratios:
WCAG AA (Minimum):
- Normal text: 4.5:1
- Large text (18pt+): 3:1
- UI components & graphical elements: 3:1
- Focus indicators: 3:1
WCAG AAA (Enhanced):
- Normal text: 7:1
- Large text: 4.5:1
- Better for accessibility
---
Testing Contrast:
Tools:
- WebAIM Contrast Checker
- Color Contrast Analyzer
- Figma plugins
- Browser DevTools
Formula (WCAG): Contrast = (L1 + 0.05) / (L2 + 0.05)
Where L = relative luminance
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the references/ directory:
Guide
Contents
Color Contrast Standards
Color Contrast Standards
Color Vision Deficiency Simulation
Color Vision Deficiency Simulation
Accessible Color Usage
Accessible Color Usage
Testing & Validation
Testing & Validation
Best Practices
✅ DO
Ensure 4.5:1 contrast minimum (WCAG AA)
Test with color blindness simulator
Use patterns or icons with color
Label states with text, not color alone
Test with real users with color blindness
Document color usage in design system
Choose accessible color palettes
Use sequential colors for ordered data
Validate all color combinations
Include focus indicators
❌ DON'T
Use color alone to convey information
Create low-contrast text
Assume users see colors correctly
Use red-green combinations
Forget about focus states
Mix too many colors (>5-8)
Use pure red and pure green together
Skip contrast testing
Assume AA is sufficient (AAA better)
Ignore color blindness in testing
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: aj-geddes-useful-ai-prompts-color-accessibility3description: Color Accessibility4---56# Color Accessibility78## Table of Contents910- [Overview](#overview)11- [When to Use](#when-to-use)12- [Quick Start](#quick-start)13- [Reference Guides](#reference-guides)14- [Best Practices](#best-practices)1516## Overview1718Accessible color design ensures all users, including those with color vision deficiency, can access and understand information.1920## When to Use2122- Creating color palettes23- Designing data visualizations24- Testing interface designs25- Status indicators and alerts26- Form validation states27- Charts and graphs2829## Quick Start3031Minimal working example:3233```yaml34WCAG Contrast Ratios:3536WCAG AA (Minimum):37 - Normal text: 4.5:138 - Large text (18pt+): 3:139 - UI components & graphical elements: 3:140 - Focus indicators: 3:14142WCAG AAA (Enhanced):43 - Normal text: 7:144 - Large text: 4.5:145 - Better for accessibility4647---48Testing Contrast:4950Tools:51 - WebAIM Contrast Checker52 - Color Contrast Analyzer53 - Figma plugins54 - Browser DevTools5556Formula (WCAG): Contrast = (L1 + 0.05) / (L2 + 0.05)57 Where L = relative luminance5859// ... (see reference guides for full implementation)60```6162## Reference Guides6364Detailed implementations in the `references/` directory:6566| Guide | Contents |67|---|---|68| [Color Contrast Standards](references/color-contrast-standards.md) | Color Contrast Standards |69| [Color Vision Deficiency Simulation](references/color-vision-deficiency-simulation.md) | Color Vision Deficiency Simulation |70| [Accessible Color Usage](references/accessible-color-usage.md) | Accessible Color Usage |71| [Testing & Validation](references/testing-validation.md) | Testing & Validation |7273## Best Practices7475### ✅ DO7677- Ensure 4.5:1 contrast minimum (WCAG AA)78- Test with color blindness simulator79- Use patterns or icons with color80- Label states with text, not color alone81- Test with real users with color blindness82- Document color usage in design system83- Choose accessible color palettes84- Use sequential colors for ordered data85- Validate all color combinations86- Include focus indicators8788### ❌ DON'T8990- Use color alone to convey information91- Create low-contrast text92- Assume users see colors correctly93- Use red-green combinations94- Forget about focus states95- Mix too many colors (>5-8)96- Use pure red and pure green together97- Skip contrast testing98- Assume AA is sufficient (AAA better)99- Ignore color blindness in testing100101---102> Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions.103<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/aj-geddes-useful-ai-prompts-color-accessibility in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Color Accessibility It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.