Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
146148

147A combination of 4 colorsVol. · Clothes, Accessories

Design by 細野尚志

White

白色しろいろ

Yellow Ocher

山吹茶やまぶきちゃ

Cerulian Blue

花浅葱はなあさぎ

Black

黒色くろいろ

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

White × Black18.63 : 1AAA
Yellow Ocher × Black9.69 : 1AAA
Cerulian Blue × Black5.07 : 1AA
White × Cerulian Blue3.67 : 1large text only
White × Yellow Ocher1.92 : 1fails WCAG
Yellow Ocher × Cerulian Blue1.91 : 1fails WCAG

Take the palette with you

:root {
  --white: #ffffff;
  --yellow-ocher: #e2b540;
  --cerulian-blue: #0093a5;
  --black: #111314;
}