Skip to content

Monochrome Palette

CSS variables
:root {
  --color-1: #212529;
  --color-2: #495057;
  --color-3: #ADB5BD;
  --color-4: #DEE2E6;
  --color-5: #F8F9FA;
}
Tailwind config
// tailwind.config.js
colors: {
  "monochrome-1": "#212529",
  "monochrome-2": "#495057",
  "monochrome-3": "#ADB5BD",
  "monochrome-4": "#DEE2E6",
  "monochrome-5": "#F8F9FA",
}
About this palette

The Monochrome palette is a curated set of 5 colors with their HEX, RGB and ready CSS-variable and Tailwind exports. Click any swatch for that color's full breakdown — conversions, contrast and harmonies.

Readable text on each color

White and near-black measured against every swatch. AA means the pairing clears 4.5:1 for body text; Large means it only clears 3:1, so reserve it for 24px and up.

Aa
#212529White15.43:1AA
Aa
#495057White8.18:1AA
Aa
#ADB5BDNear-black9.11:1AA
Aa
#DEE2E6Near-black14.51:1AA
Aa
#F8F9FANear-black17.92:1AA
These colours on each other

10 of the 20 combinations inside this palette clear 4.5:1 for body text. Rows are the text colour, columns the background.

text \\ background#212529#495057#ADB5BD#DEE2E6#F8F9FA
#2125291.89Fails7.43AA11.85AA14.63AA
#4950571.89Fails3.94Large only6.28AA7.76AA
#ADB5BD7.43AA3.94Large only1.59Fails1.97Fails
#DEE2E611.85AA6.28AA1.59Fails1.24Fails
#F8F9FA14.63AA7.76AA1.97Fails1.24Fails
More palettes

Related

Gradients in the same range

✓ Copied