Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
258260

259A combination of 4 colorsVol.

Lemon Yellow

金絲雀色かなりやいろ

Green Blue

納戸鼠なんどねずみ

Helvetia Blue

活色[勝色]かついろ

Warm Gray

灰色はいいろ

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

Lemon Yellow × Helvetia Blue5.97 : 1AA
Lemon Yellow × Green Blue3.12 : 1large text only
Helvetia Blue × Warm Gray2.85 : 1fails WCAG
Lemon Yellow × Warm Gray2.09 : 1fails WCAG
Green Blue × Helvetia Blue1.91 : 1fails WCAG
Green Blue × Warm Gray1.49 : 1fails WCAG

Take the palette with you

:root {
  --lemon-yellow: #f8ed43;
  --green-blue: #099197;
  --helvetia-blue: #005b8d;
  --warm-gray: #a1a39a;
}