dragoon0x/everything-design-taste

color-accessibility

Color blindness accommodation, contrast checking, and inclusive color design.

First seen Jul 18, 2026

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.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,224 B
  • docs SUMMARY.md 104 B

History

  1. First seen on skills.sh
  2. 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

  1. Never use color as the only indicator. Pair with icons, text, patterns.
  2. Red + green: Always pair with icons (checkmark/X) not just color.
  3. Test with simulators: Chrome DevTools > Rendering > Emulate vision deficiency.
  4. Use colorblind-safe palettes: Blue + Orange works for almost everyone.
  5. 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).