Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
302304

303A combination of 4 colorsVol.

Naples Yellow

淡黄蘗うすきはだ

Peach Red

杏色あんずいろ

Deep Slate Olive

千斎茶せんさいちゃ

Neutral Gray

銀鼠ぎんねず

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

Naples Yellow × Deep Slate Olive10.98 : 1AAA
Deep Slate Olive × Neutral Gray7.27 : 1AAA
Peach Red × Deep Slate Olive4.05 : 1large text only
Naples Yellow × Peach Red2.71 : 1fails WCAG
Peach Red × Neutral Gray1.80 : 1fails WCAG
Naples Yellow × Neutral Gray1.51 : 1fails WCAG

Take the palette with you

:root {
  --naples-yellow: #fbe6a0;
  --peach-red: #f15a30;
  --deep-slate-olive: #253122;
  --neutral-gray: #b6bfc1;
}