Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
266268

267A combination of 4 colorsVol.

Cream Yellow

卵色たまごいろ

Yellow Orange

柑子色こうじいろ

Benzol Green

青竹色あおたけいろ

Blue

青色あおいろ

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

Cream Yellow × Blue3.27 : 1large text only
Yellow Orange × Blue2.52 : 1fails WCAG
Cream Yellow × Benzol Green2.21 : 1fails WCAG
Yellow Orange × Benzol Green1.70 : 1fails WCAG
Benzol Green × Blue1.48 : 1fails WCAG
Cream Yellow × Yellow Orange1.30 : 1fails WCAG

Take the palette with you

:root {
  --cream-yellow: #fdbf68;
  --yellow-orange: #f99d1b;
  --benzol-green: #00978d;
  --blue: #006eb8;
}