Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
275277

276A combination of 4 colorsVol.

Eosine Pink

浅紅うすくれない

Seashell Pink

肌色はだいろ

Yellow Green

若草色わかくさいろ

Black

黒色くろいろ

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

Seashell Pink × Black13.60 : 1AAA
Yellow Green × Black11.08 : 1AAA
Eosine Pink × Black7.34 : 1AAA
Eosine Pink × Seashell Pink1.85 : 1fails WCAG
Eosine Pink × Yellow Green1.51 : 1fails WCAG
Seashell Pink × Yellow Green1.23 : 1fails WCAG

Take the palette with you

:root {
  --eosine-pink: #f37f94;
  --seashell-pink: #fdd4bd;
  --yellow-green: #afd472;
  --black: #111314;
}