Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

Sanzo Wada, 1933–38 · 171 colors · 581 combinations

← All plates
037039

038A combination of 4 colorsVol. · July

White

白色しろいろ

Eosine Pink

浅紅うすくれない

Spectrum Red

赤色あかいろ

Deep Indigo

紺色こんいろ

Pair contrastWCAG 2 — can one color carry text on the other?

White × Deep Indigo18.49 : 1AAA
Eosine Pink × Deep Indigo7.29 : 1AAA
White × Spectrum Red4.68 : 1AA
Spectrum Red × Deep Indigo3.95 : 1large text only
White × Eosine Pink2.54 : 1fails WCAG
Eosine Pink × Spectrum Red1.84 : 1fails WCAG

Take the palette with you

:root {
  --white: #ffffff;
  --eosine-pink: #f37f94;
  --spectrum-red: #e31f26;
  --deep-indigo: #051230;
}