W8.03.1Full-coverage colour-blind modesdesign

Colour-blind modes must cover every colour-coded element in the game

Aliases: colour accessibility · colour coverage · semantic colour · colour auditing

What it is

A colour-blind mode's value depends on its coverage: not recolouring a few HUD icons, but systematically finding every element that uses colour to carry meaning—friend-or-foe markers, rarity colours, map paths, puzzle wiring, status-effect icons, team colours—and providing a colour-vision-deficiency-safe alternative for each. A mode covering 80% of elements still fails: the missed element appears at exactly the wrong decision moment, and the player cannot act.

Why it happens

Colour's semantic function in games is systemic—art direction runs colour coding through UI, world rendering, and effects; a gap in any subsystem breaks the chain. Players' mental models assume colour rules are consistent: if red means enemy in the UI, danger in the world, and interactability in puzzles, colour-blind players rely on that consistency. When a colour-blind mode adjusts the UI but not world rendering, consistency breaks and the player's strategy fails between subsystems. The coverage criterion is semantic dependence, not technical layer—anywhere the information would vanish without colour belongs in the adjustment scope.

Where it stops holding

Full coverage does not mean undifferentiated recolouring. Some colour use carries no distinguishing semantics (ambient lighting, emotional grading) and should stay outside the mode's scope—changing it damages art intent. The coverage list needs human review rather than automated scanning: tools find every pair of confusable colours but cannot judge which pair carries meaning versus which is an artistic choice. Implementation timing also matters—running a coverage audit after art assets lock usually limits patches to the UI layer, while world-rendering colour semantics (materials, effect colours) cost far more to change, which is why many games' colour-blind modes remain structurally incomplete.

Applying it

  • Build a colour-semantics inventory: every element using colour to distinguish, the meaning it carries, and its substitute (shape, icon, text, luminance), grouped by subsystem.
  • Run the full game loop through colour-deficiency simulation filters (protanopia, deuteranopia, tritanopia) and log every moment a distinction fails; reconcile against the inventory to find gaps.
  • Verification: have colour-blind testers play the core gameplay loop under simulation filters and list every scene where they could not make a required judgement. Coverage counts as complete when the list is empty or contains only non-semantic colour uses.

Related

  • Same group: W8.03.2 Hue shifts alone are not enough—add shape or pattern redundancy · W8.03.3 Different colour-deficiency types need different adjustments · W8.03.4 Colour-only friend-or-foe identification creates real fairness problems
  • Nearby: J2.03 Colour accessibility · F2.02 Colour systems · W5.06 Indicators and markers
  • Search terms: colour-blind mode · colour accessibility · semantic colour · colour auditing

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/W8.03.1