npx skills add aj-geddes/useful-ai-prompts --skill color-accessibility
dragoon0x/everything-design-taste
color-accessibility
Color blindness accommodation, contrast checking, and inclusive color design.
Installation
npx skills add dragoon0x/everything-design-taste --skill color-accessibility
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsAlso in this package
Other skills from dragoon0x/everything-design-taste · top by installs.
npx skills add dragoon0x/everything-design-taste
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
npx skills add smithery/aj-geddes --skill color-accessibility
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,224 B -
docs
SUMMARY.md104 B
History
- First seen on skills.sh
- First recorded snapshot · 2 installs
SKILL.md
Color Accessibility
Color Vision Deficiency
Types (approximate prevalence in males)
- Deuteranopia (green-blind): 1% — red/green confusion.
- Protanopia (red-blind): 1% — red/green confusion.
- Tritanopia (blue-blind): 0.003% — blue/yellow confusion.
- Achromatopsia (no color): 0.003% — gray only.
Design Rules
- Never use color as the only indicator. Pair with icons, text, patterns.
- Red + green: Always pair with icons (checkmark/X) not just color.
- Test with simulators: Chrome DevTools > Rendering > Emulate vision deficiency.
- Use colorblind-safe palettes: Blue + Orange works for almost everyone.
- Charts: Use patterns/textures alongside colors. Label directly.
Safe Color Combinations
- Blue + Orange (safe for all types).
- Blue + Yellow (safe for most types).
- Dark Blue + Light Blue (value contrast).
Dangerous Combinations
- Red + Green (most common confusion).
- Red + Brown (deuteranopia).
- Blue + Purple (tritanopia).