🍋
Menu
Design

Color Blindness

Color Vision Deficiency

A condition affecting ~8% of men where certain color differences are difficult or impossible to perceive.

技術的詳細

Color Blindness is a foundational concept in visual design theory. It influences how users perceive and interact with interfaces, affecting readability, hierarchy, and aesthetic appeal. The design principles behind color blindness are codified in systems like Material Design 3, Apple's Human Interface Guidelines, and the W3C's Web Content Accessibility Guidelines. Implementing color blindness correctly requires balancing aesthetic intent with accessibility requirements and cross-platform consistency.

```css
/* Color Blindness: design specification example */
.component {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
}
```

関連ツール

関連用語