Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
099101

100A combination of 4 colorsVol. · Kimono

Design by 八島進

Red Orange

朱色しゅいろ

Ecru

灰汁色あくいろ

Antwarp Blue

納戸色なんどいろ

Orange Yellow

山吹色やまぶきいろ

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

Antwarp Blue × Orange Yellow3.08 : 1large text only
Ecru × Antwarp Blue2.60 : 1fails WCAG
Red Orange × Orange Yellow2.40 : 1fails WCAG
Red Orange × Ecru2.02 : 1fails WCAG
Red Orange × Antwarp Blue1.28 : 1fails WCAG
Ecru × Orange Yellow1.19 : 1fails WCAG

Take the palette with you

:root {
  --red-orange: #dd4027;
  --ecru: #c2ae93;
  --antwarp-blue: #007190;
  --orange-yellow: #fcb315;
}