Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
138140

139A combination of 4 colorsVol. · Clothes, Accessories

Black

黒色くろいろ

Cerulian Blue

花浅葱はなあさぎ

White

白色しろいろ

Yellow

黄色きいろ

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

Black × White18.63 : 1AAA
Black × Yellow15.93 : 1AAA
Black × Cerulian Blue5.07 : 1AA
Cerulian Blue × White3.67 : 1large text only
Cerulian Blue × Yellow3.14 : 1large text only
White × Yellow1.17 : 1fails WCAG

Take the palette with you

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