Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
164166

165A combination of 5 colorsVol. · Earthenware, Lacquerware

Design by 細野尚志

White

白色しろいろ

Black

黒色くろいろ

Cream Yellow

卵色たまごいろ

Sea Green

若竹色わかたけいろ

Cerulian Blue

花浅葱はなあさぎ

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

White × Black18.63 : 1AAA
Black × Cream Yellow11.38 : 1AAA
Black × Sea Green7.10 : 1AAA
Black × Cerulian Blue5.07 : 1AA
White × Cerulian Blue3.67 : 1large text only
White × Sea Green2.62 : 1fails WCAG
Cream Yellow × Cerulian Blue2.24 : 1fails WCAG
White × Cream Yellow1.64 : 1fails WCAG
Cream Yellow × Sea Green1.60 : 1fails WCAG
Sea Green × Cerulian Blue1.40 : 1fails WCAG

Take the palette with you

:root {
  --white: #ffffff;
  --black: #111314;
  --cream-yellow: #fdbf68;
  --sea-green: #00b49b;
  --cerulian-blue: #0093a5;
}