Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
223225

224A combination of 4 colorsVol. · Others

Design by 荒木明

Mineral Gray

鼠色ねずみいろ

White

白色しろいろ

Apricot Yellow

鬱金色うこんいろ

Green

緑色みどりいろ

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

White × Green3.39 : 1large text only
Apricot Yellow × Green2.52 : 1fails WCAG
Mineral Gray × White2.25 : 1fails WCAG
Mineral Gray × Apricot Yellow1.67 : 1fails WCAG
Mineral Gray × Green1.51 : 1fails WCAG
White × Apricot Yellow1.35 : 1fails WCAG

Take the palette with you

:root {
  --mineral-gray: #a2b0ad;
  --white: #ffffff;
  --apricot-yellow: #ffdd00;
  --green: #489b6e;
}