Metadata
Title
✎ Technique: Using color to convey information
Category
general
UUID
c6957be468df432884b2d099bdee512f
Source URL
https://accessibility.huit.harvard.edu/technique-colored-pictograms
Parent URL
https://accessibility.huit.harvard.edu/content-creator-essentials
Crawl Time
2026-03-23T03:07:09+00:00
Rendered Raw Markdown
# ✎ Technique: Using color to convey information

**Source**: https://accessibility.huit.harvard.edu/technique-colored-pictograms
**Parent**: https://accessibility.huit.harvard.edu/content-creator-essentials

Some people with color deficit have trouble differentiating between specific colors, such as between red and green or red and black. Screen reader users do not access content visually, so they do not have access to color information.

Color is a powerful visual means of presenting or distinguishing information, but when you use color to identify or distinguish information, make sure that this information is still available to people who can't perceive color.

## Examples

### ✗ Bad example

Imagine that your content requires users to use a key to identify different states. A key based solely on flat colors using identical shapes is inadequate because color would be the only way to distinguish between incorrect and correct answers.

### ✓ Good example

In this example, the square shapes are replaced by pictographic symbols; a cross and a check mark. Not only are these discernible without relying on color, but color differentiation has been retained as a secondary form of differentiation, making the interface clearer still to those who *can* determine color.

Note that for this approach to be accessible, the icons used for the cross and check mark need to have appropriate text alternatives so that screen-reader users have access to the information that the icons convey.

See also:

- [Techniques](https://accessibility.huit.harvard.edu/page-categories/techniques)
- [Controls](https://accessibility.huit.harvard.edu/accessibility-topics/controls)
- [Images](https://accessibility.huit.harvard.edu/accessibility-topics/images)
- [Inputs](https://accessibility.huit.harvard.edu/accessibility-topics/inputs)
- [Text](https://accessibility.huit.harvard.edu/accessibility-topics/text)
- [Screen reader](https://accessibility.huit.harvard.edu/access-technologies/screen-reader)
- [Screen magnification](https://accessibility.huit.harvard.edu/access-technologies/screen-magnification)
- [High contrast mode](https://accessibility.huit.harvard.edu/access-technologies/high-contrast-mode)
- [Custom stylesheet](https://accessibility.huit.harvard.edu/access-technologies/custom-stylesheet)
- [Provide visual and semantic structure ✎](https://accessibility.huit.harvard.edu/content/provide-visual-and-semantic-structure)
- [Presentation - Developers ✎](https://accessibility.huit.harvard.edu/content/presentation-developers)
- [Avoid reliance on color ✎](https://accessibility.huit.harvard.edu/content/avoid-reliance-color)
- [Perceivable](https://accessibility.huit.harvard.edu/principles/perceivable)
- [Blind](https://accessibility.huit.harvard.edu/disabilities/blind)
- [Low vision](https://accessibility.huit.harvard.edu/disabilities/low-vision)
- [Color blind](https://accessibility.huit.harvard.edu/disabilities/color-blind)
- [CSS](https://accessibility.huit.harvard.edu/web-technologies/css)
- [HTML](https://accessibility.huit.harvard.edu/web-technologies/html)