Skip to content

Coffee Palette

CSS variables
:root {
  --color-1: #4B3621;
  --color-2: #6F4E37;
  --color-3: #967259;
  --color-4: #C8A27C;
  --color-5: #ECDFCB;
}
Tailwind config
// tailwind.config.js
colors: {
  "coffee-1": "#4B3621",
  "coffee-2": "#6F4E37",
  "coffee-3": "#967259",
  "coffee-4": "#C8A27C",
  "coffee-5": "#ECDFCB",
}
About this palette

The Coffee 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
#4B3621White11.36:1AA
Aa
#6F4E37White7.44:1AA
Aa
#967259Near-black4.36:1Large only
Aa
#C8A27CNear-black8.02:1AA
Aa
#ECDFCBNear-black14.38:1AA
These colours on each other

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

text \\ background#4B3621#6F4E37#967259#C8A27C#ECDFCB
#4B36211.53Fails2.62Fails4.82AA8.65AA
#6F4E371.53Fails1.72Fails3.16Large only5.67AA
#9672592.62Fails1.72Fails1.84Fails3.30Large only
#C8A27C4.82AA3.16Large only1.84Fails1.79Fails
#ECDFCB8.65AA5.67AA3.30Large only1.79Fails
More palettes

Related

Gradients in the same range

Copied