Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
294296

295A combination of 4 colorsVol.

Cream Yellow

卵色たまごいろ

Yellow

黄色きいろ

Blue

青色あおいろ

Dull Violet Black

褐色[勝色・搗色]かちいろ

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

Yellow × Dull Violet Black15.09 : 1AAA
Cream Yellow × Dull Violet Black10.78 : 1AAA
Yellow × Blue4.58 : 1AA
Blue × Dull Violet Black3.30 : 1large text only
Cream Yellow × Blue3.27 : 1large text only
Cream Yellow × Yellow1.40 : 1fails WCAG

Take the palette with you

:root {
  --cream-yellow: #fdbf68;
  --yellow: #fff200;
  --blue: #006eb8;
  --dull-violet-black: #1e0e3f;
}