Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
075077

076A combination of 5 colorsVol. · Kimono

Design by 八島進

Cobalt Green

青磁色せいじいろ

Apricot Orange

深支子こきくちなし

Red

茜色あかねいろ

Black

黒色くろいろ

Olympic Blue

浅縹うすはなだ

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

Cobalt Green × Black10.64 : 1AAA
Apricot Orange × Black7.80 : 1AAA
Black × Olympic Blue4.68 : 1AA
Cobalt Green × Red4.08 : 1large text only
Apricot Orange × Red2.98 : 1fails WCAG
Red × Black2.61 : 1fails WCAG
Cobalt Green × Olympic Blue2.27 : 1fails WCAG
Red × Olympic Blue1.79 : 1fails WCAG
Apricot Orange × Olympic Blue1.66 : 1fails WCAG
Cobalt Green × Apricot Orange1.37 : 1fails WCAG

Take the palette with you

:root {
  --cobalt-green: #96d1aa;
  --apricot-orange: #f68c50;
  --red: #a72144;
  --black: #111314;
  --olympic-blue: #5a82b3;
}