Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
323325

324A combination of 4 colorsVol.

Pompeian Red

紅樺色べにかばいろ

Olympic Blue

浅縹うすはなだ

Aconite Violet

半色はしたいろ

Neutral Gray

銀鼠ぎんねず

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

Pompeian Red × Neutral Gray3.68 : 1large text only
Aconite Violet × Neutral Gray2.17 : 1fails WCAG
Olympic Blue × Neutral Gray2.12 : 1fails WCAG
Pompeian Red × Olympic Blue1.73 : 1fails WCAG
Pompeian Red × Aconite Violet1.70 : 1fails WCAG
Olympic Blue × Aconite Violet1.02 : 1fails WCAG

Take the palette with you

:root {
  --pompeian-red: #ab2439;
  --olympic-blue: #5a82b3;
  --aconite-violet: #a36aa5;
  --neutral-gray: #b6bfc1;
}