Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
339341

340A combination of 4 colorsVol.

Peach Red

杏色あんずいろ

Sea Green

若竹色わかたけいろ

Neutral Gray

銀鼠ぎんねず

Black

黒色くろいろ

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

Neutral Gray × Black9.95 : 1AAA
Sea Green × Black7.10 : 1AAA
Peach Red × Black5.54 : 1AA
Peach Red × Neutral Gray1.80 : 1fails WCAG
Sea Green × Neutral Gray1.40 : 1fails WCAG
Peach Red × Sea Green1.28 : 1fails WCAG

Take the palette with you

:root {
  --peach-red: #f15a30;
  --sea-green: #00b49b;
  --neutral-gray: #b6bfc1;
  --black: #111314;
}