Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
256258

257A combination of 4 colorsVol.

Spectrum Red

赤色あかいろ

Orange Yellow

山吹色やまぶきいろ

Blue

青色あおいろ

Aconite Violet

半色はしたいろ

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

Orange Yellow × Blue2.96 : 1fails WCAG
Spectrum Red × Orange Yellow2.58 : 1fails WCAG
Orange Yellow × Aconite Violet2.25 : 1fails WCAG
Blue × Aconite Violet1.32 : 1fails WCAG
Spectrum Red × Aconite Violet1.15 : 1fails WCAG
Spectrum Red × Blue1.14 : 1fails WCAG

Take the palette with you

:root {
  --spectrum-red: #e31f26;
  --orange-yellow: #fcb315;
  --blue: #006eb8;
  --aconite-violet: #a36aa5;
}