Skip to content
色譜宝典 — Shikifu Codex

A Dictionary of Color Combinations

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

← All plates
160162

161A combination of 4 colorsVol. · Tapestry, Carpets

Design by 岡部義郎

Scarlet

くれない

White

白色しろいろ

Slate Color

石板色せきばんいろ

Pistachio Green

木賊色とくさいろ

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

White × Slate Color9.99 : 1AAA
Scarlet × White5.21 : 1AA
White × Pistachio Green3.65 : 1large text only
Slate Color × Pistachio Green2.74 : 1fails WCAG
Scarlet × Slate Color1.92 : 1fails WCAG
Scarlet × Pistachio Green1.43 : 1fails WCAG

Take the palette with you

:root {
  --scarlet: #cb2f43;
  --white: #ffffff;
  --slate-color: #34454c;
  --pistachio-green: #648f7b;
}