Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
102104

103A combination of 5 colorsVol. · Kimono

Design by 木下茂

Blue

青色あおいろ

Black

黒色くろいろ

White

白色しろいろ

Diamine Green

常磐色ときわいろ

Jasper Red

紅柿色べにかきいろ

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

Black × White18.63 : 1AAA
White × Diamine Green5.79 : 1AA
Blue × White5.35 : 1AA
Black × Jasper Red5.14 : 1AA
White × Jasper Red3.62 : 1large text only
Blue × Black3.48 : 1large text only
Black × Diamine Green3.22 : 1large text only
Diamine Green × Jasper Red1.60 : 1fails WCAG
Blue × Jasper Red1.48 : 1fails WCAG
Blue × Diamine Green1.08 : 1fails WCAG

Take the palette with you

:root {
  --blue: #006eb8;
  --black: #111314;
  --white: #ffffff;
  --diamine-green: #1a7444;
  --jasper-red: #eb5324;
}