Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
308310

309A combination of 4 colorsVol.

Golden Yellow

金茶きんちゃ

Apricot Orange

深支子こきくちなし

Violet Blue

花色はないろ

Vandar Poel's Blue

縹色はなだいろ

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

Golden Yellow × Violet Blue4.44 : 1large text only
Golden Yellow × Vandar Poel's Blue4.30 : 1large text only
Apricot Orange × Violet Blue3.86 : 1large text only
Apricot Orange × Vandar Poel's Blue3.74 : 1large text only
Golden Yellow × Apricot Orange1.15 : 1fails WCAG
Violet Blue × Vandar Poel's Blue1.03 : 1fails WCAG

Take the palette with you

:root {
  --golden-yellow: #f3a257;
  --apricot-orange: #f68c50;
  --violet-blue: #40456a;
  --vandar-poels-blue: #064f6e;
}