Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
181183

182A combination of 3 colorsVol. · Earthenware, Lacquerware

Design by 木下茂

Cobalt Green

青磁色せいじいろ

White

白色しろいろ

Yellow Orange

柑子色こうじいろ

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

White × Yellow Orange2.13 : 1fails WCAG
Cobalt Green × White1.75 : 1fails WCAG
Cobalt Green × Yellow Orange1.22 : 1fails WCAG

Take the palette with you

:root {
  --cobalt-green: #96d1aa;
  --white: #ffffff;
  --yellow-orange: #f99d1b;
}