Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
143145

144A combination of 4 colorsVol. · Clothes, Accessories

Green Blue

納戸鼠なんどねずみ

Ivory Buff

白茶しらちゃ

White

白色しろいろ

Black

黒色くろいろ

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

White × Black18.63 : 1AAA
Ivory Buff × Black12.75 : 1AAA
Green Blue × Black4.89 : 1AA
Green Blue × White3.81 : 1large text only
Green Blue × Ivory Buff2.61 : 1fails WCAG
Ivory Buff × White1.46 : 1fails WCAG

Take the palette with you

:root {
  --green-blue: #099197;
  --ivory-buff: #ebd3a2;
  --white: #ffffff;
  --black: #111314;
}