Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
182184

183A combination of 4 colorsVol. · Earthenware, Lacquerware

Design by 木下茂

Apricot Orange

深支子こきくちなし

White

白色しろいろ

Scarlet

くれない

Green Blue

納戸鼠なんどねずみ

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

White × Scarlet5.21 : 1AA
White × Green Blue3.81 : 1large text only
Apricot Orange × White2.39 : 1fails WCAG
Apricot Orange × Scarlet2.18 : 1fails WCAG
Apricot Orange × Green Blue1.59 : 1fails WCAG
Scarlet × Green Blue1.37 : 1fails WCAG

Take the palette with you

:root {
  --apricot-orange: #f68c50;
  --white: #ffffff;
  --scarlet: #cb2f43;
  --green-blue: #099197;
}