Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
197199

198A combination of 4 colorsVol. · Book Design, Poster, Wrapping Paper

Design by 木下茂

Oil Green

麹塵きくじん

White

白色しろいろ

Orange

橙色とうしょく

Madder Brown

赤白橡あかのしろつるばみ

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

White × Madder Brown9.79 : 1AAA
Oil Green × White3.44 : 1large text only
Orange × Madder Brown3.42 : 1large text only
White × Orange2.86 : 1fails WCAG
Oil Green × Madder Brown2.85 : 1fails WCAG
Oil Green × Orange1.20 : 1fails WCAG

Take the palette with you

:root {
  --oil-green: #819238;
  --white: #ffffff;
  --orange: #f37420;
  --madder-brown: #762c19;
}