Skip to content

Midnight Palette

CSS variables
:root {
  --color-1: #0B132B;
  --color-2: #1C2541;
  --color-3: #3A506B;
  --color-4: #5BC0BE;
  --color-5: #6FFFE9;
}
Tailwind config
// tailwind.config.js
colors: {
  "midnight-1": "#0B132B",
  "midnight-2": "#1C2541",
  "midnight-3": "#3A506B",
  "midnight-4": "#5BC0BE",
  "midnight-5": "#6FFFE9",
}
About this palette

The Midnight 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
#0B132BWhite18.38:1AA
Aa
#1C2541White15.10:1AA
Aa
#3A506BWhite8.27:1AA
Aa
#5BC0BENear-black8.75:1AA
Aa
#6FFFE9Near-black15.44: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#0B132B#1C2541#3A506B#5BC0BE#6FFFE9
#0B132B1.22Fails2.22Fails8.52AA15.02AA
#1C25411.22Fails1.83Fails7.00AA12.34AA
#3A506B2.22Fails1.83Fails3.83Large only6.76AA
#5BC0BE8.52AA7.00AA3.83Large only1.76Fails
#6FFFE915.02AA12.34AA6.76AA1.76Fails
More palettes

Related

Gradients in the same range

Copied