Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
332334

333A combination of 4 colorsVol.

Burnt Sienna

栗梅くりうめ

Lemon Yellow

金絲雀色かなりやいろ

Cobalt Green

青磁色せいじいろ

Blue

青色あおいろ

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

Lemon Yellow × Blue4.38 : 1large text only
Burnt Sienna × Lemon Yellow4.26 : 1large text only
Cobalt Green × Blue3.06 : 1large text only
Burnt Sienna × Cobalt Green2.98 : 1fails WCAG
Lemon Yellow × Cobalt Green1.43 : 1fails WCAG
Burnt Sienna × Blue1.03 : 1fails WCAG

Take the palette with you

:root {
  --burnt-sienna: #ae5224;
  --lemon-yellow: #f8ed43;
  --cobalt-green: #96d1aa;
  --blue: #006eb8;
}