Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
052054

053A combination of 4 colorsVol. · September

Dusky Green

海松藍みるあい

Cossack Green

萌木色もえぎいろ

Spectrum Red

赤色あかいろ

Yellow Green

若草色わかくさいろ

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

Dusky Green × Yellow Green5.66 : 1AA
Cossack Green × Yellow Green3.16 : 1large text only
Spectrum Red × Yellow Green2.78 : 1fails WCAG
Dusky Green × Spectrum Red2.03 : 1fails WCAG
Dusky Green × Cossack Green1.79 : 1fails WCAG
Cossack Green × Spectrum Red1.14 : 1fails WCAG

Take the palette with you

:root {
  --dusky-green: #004f46;
  --cossack-green: #437742;
  --spectrum-red: #e31f26;
  --yellow-green: #afd472;
}