Sensory Independence
Information conveyed by colour, shape, or sound alone excludes users who cannot perceive that sense — every signal needs a redundant channel.
When the only way to understand an interface element is to see its colour, hear its sound, or perceive its shape, anyone who cannot access that channel is excluded.
The colour problem
Colour is the most common single-sense cue in interface design. A required form field marked in red, a chart with red and green data series, a status indicator that is green for active and grey for inactive — all of these fail users with colour vision deficiency, which affects approximately 8% of men of Northern European descent (roughly 4–5% of men globally) and 0.5% of women. The fix is not to remove colour — it is to add a second channel. Mark the required field with an asterisk in addition to the colour. Add a label or pattern to the chart series. Add an icon or text label to the status indicator.
The shape problem
WCAG requires that information is not conveyed by shape, size, or visual position alone. Instructions like “click the round button” or “see the box on the right” fail users who cannot perceive the layout visually. Interface cues that rely on spatial position — “the item above this one”, “the highlighted row” — need textual equivalents.
Audio cues
Error sounds, notification chimes, and audio feedback must have visual equivalents. A user who is deaf will not hear the sound. A user in a noisy environment may not notice it. A user with their device on silent will miss it entirely. Every audio signal needs a visual counterpart.
The combined principle
Every piece of meaningful information must be conveyed through at least one mode that does not require a specific sensory channel to decode. Colour plus text. Sound plus visual indicator. Shape plus label. The redundancy is not waste — it is the condition for communicating reliably.
The takeaway
Audit your interface for single-channel communication. Wherever you find meaning conveyed by colour, shape, or sound alone, add a text or structural equivalent. This work improves the experience for colour-blind users, deaf users, and everyone using a device in a sensory-limiting environment.