Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
273275

274A combination of 4 colorsVol.

Peach Red

杏色あんずいろ

Dark Citrine

路考茶ろこうちゃ

Olympic Blue

浅縹うすはなだ

Light Mauve

浅紫うすむらさき

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

Peach Red × Olympic Blue1.18 : 1fails WCAG
Peach Red × Light Mauve1.16 : 1fails WCAG
Peach Red × Dark Citrine1.14 : 1fails WCAG
Dark Citrine × Olympic Blue1.04 : 1fails WCAG
Dark Citrine × Light Mauve1.02 : 1fails WCAG
Olympic Blue × Light Mauve1.02 : 1fails WCAG

Take the palette with you

:root {
  --peach-red: #f15a30;
  --dark-citrine: #8b835b;
  --olympic-blue: #5a82b3;
  --light-mauve: #9a72aa;
}