Colour Accessibility for Designers

Last reviewed on 24 April 2026

Accessible colour choices make the difference between a design a lot of people can use and one that quietly excludes millions. This guide covers the two areas designers most commonly encounter — contrast ratios and colour-vision deficiency — and gives a short, practical checklist for building palettes that pass.

Why colour accessibility matters

Roughly 8% of men and 0.5% of women have some form of colour-vision deficiency. Age-related changes, glare on screens, low-quality displays, and bright outdoor light further reduce how much colour information reaches the eye. A colour palette that works perfectly on a calibrated monitor in a dim office might be unreadable on a budget laptop outside. Designing for accessibility is designing for reality.

Contrast ratios and WCAG

The Web Content Accessibility Guidelines (WCAG) define a measurable contrast ratio between two colours. The ratio is calculated from the relative luminance of each colour and ranges from 1:1 (identical colours) to 21:1 (pure black on pure white). WCAG sets two conformance levels:

These thresholds also apply to graphical elements that convey information, such as icons and interactive-state indicators, which must meet at least 3:1 against their background under WCAG 2.1.

You can check any pair of colours quickly using the contrast checker on this site.

Common contrast mistakes

Colour-vision deficiency (colour blindness)

The most common form, deuteranomaly, affects perception of green. Next most common is protanomaly (red perception). Rarer forms include tritanomaly (blue–yellow) and fully monochromatic vision. Designers can't fix this for users, but they can avoid designs that rely on colour alone.

Practical guidance:

Accessible palette-building checklist

  1. Pick one colour with very high contrast against your background (usually near-black for light designs, near-white for dark designs). Use it for body text.
  2. Make sure your primary accent passes at least 3:1 against the background for icons and interactive states.
  3. Make sure your primary accent passes at least 4.5:1 when used as a button colour with white or black text on top.
  4. Avoid relying on two colours with similar luminance to communicate different meanings.
  5. Test the whole palette in a colour-blindness simulator and at 200% zoom.
  6. Review in direct sunlight or on a cheap display if that's what your users will have.

What accessibility isn't

Accessibility isn't a visual style — plenty of expressive, colourful brands meet WCAG AA. And it isn't a pass/fail trophy. Meeting AA is the floor: real usability comes from testing with actual users, especially those using assistive technology. For regulated contexts (public sector, healthcare, finance), consult an accessibility specialist who can audit the full interface, not just the palette.

Next steps