Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
180182

181A combination of 4 colorsVol. · Earthenware, Lacquerware

Design by 荒木明

Carmine

臙脂色えんじいろ

White

白色しろいろ

Orange Yellow

山吹色やまぶきいろ

Black

黒色くろいろ

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

White × Black18.63 : 1AAA
Orange Yellow × Black10.29 : 1AAA
Carmine × White5.66 : 1AA
Carmine × Black3.29 : 1large text only
Carmine × Orange Yellow3.13 : 1large text only
White × Orange Yellow1.81 : 1fails WCAG

Take the palette with you

:root {
  --carmine: #cc1236;
  --white: #ffffff;
  --orange-yellow: #fcb315;
  --black: #111314;
}