Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
041043

042A combination of 4 colorsVol. · July

Cream Yellow

卵色たまごいろ

Orange

橙色とうしょく

Oil Green

麹塵きくじん

Lincoln Green

海松色みるいろ

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

Cream Yellow × Lincoln Green4.54 : 1AA
Orange × Lincoln Green2.59 : 1fails WCAG
Oil Green × Lincoln Green2.16 : 1fails WCAG
Cream Yellow × Oil Green2.10 : 1fails WCAG
Cream Yellow × Orange1.75 : 1fails WCAG
Orange × Oil Green1.20 : 1fails WCAG

Take the palette with you

:root {
  --cream-yellow: #fdbf68;
  --orange: #f37420;
  --oil-green: #819238;
  --lincoln-green: #555832;
}