Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
333335

334A combination of 4 colorsVol.

Seashell Pink

肌色はだいろ

Olive

橄欖色オリーブ

Yellow Green

若草色わかくさいろ

Antwarp Blue

納戸色なんどいろ

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

Seashell Pink × Antwarp Blue4.07 : 1large text only
Yellow Green × Antwarp Blue3.32 : 1large text only
Seashell Pink × Olive3.07 : 1large text only
Olive × Yellow Green2.50 : 1fails WCAG
Olive × Antwarp Blue1.33 : 1fails WCAG
Seashell Pink × Yellow Green1.23 : 1fails WCAG

Take the palette with you

:root {
  --seashell-pink: #fdd4bd;
  --olive: #837e31;
  --yellow-green: #afd472;
  --antwarp-blue: #007190;
}