Skip to content

Forest Palette

CSS variables
:root {
  --color-1: #1B4332;
  --color-2: #2D6A4F;
  --color-3: #40916C;
  --color-4: #74C69D;
  --color-5: #B7E4C7;
}
Tailwind config
// tailwind.config.js
colors: {
  "forest-1": "#1B4332",
  "forest-2": "#2D6A4F",
  "forest-3": "#40916C",
  "forest-4": "#74C69D",
  "forest-5": "#B7E4C7",
}
About this palette

The Forest 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
#1B4332White11.08:1AA
Aa
#2D6A4FWhite6.39:1AA
Aa
#40916CNear-black4.93:1AA
Aa
#74C69DNear-black9.27:1AA
Aa
#B7E4C7Near-black13.44: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#1B4332#2D6A4F#40916C#74C69D#B7E4C7
#1B43321.73Fails2.89Fails5.44AA7.88AA
#2D6A4F1.73Fails1.67Fails3.14Large only4.55AA
#40916C2.89Fails1.67Fails1.88Fails2.72Fails
#74C69D5.44AA3.14Large only1.88Fails1.45Fails
#B7E4C77.88AA4.55AA2.72Fails1.45Fails
More palettes

Related

Gradients in the same range

Copied