Skip to content

Ocean Palette

CSS variables
:root {
  --color-1: #0077B6;
  --color-2: #00B4D8;
  --color-3: #90E0EF;
  --color-4: #CAF0F8;
  --color-5: #023E8A;
}
Tailwind config
// tailwind.config.js
colors: {
  "ocean-1": "#0077B6",
  "ocean-2": "#00B4D8",
  "ocean-3": "#90E0EF",
  "ocean-4": "#CAF0F8",
  "ocean-5": "#023E8A",
}
About this palette

The Ocean 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
#0077B6White4.87:1AA
Aa
#00B4D8Near-black7.67:1AA
Aa
#90E0EFNear-black12.68:1AA
Aa
#CAF0F8Near-black15.59:1AA
Aa
#023E8AWhite10.20:1AA
These colours on each other

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

text \\ background#0077B6#00B4D8#90E0EF#CAF0F8#023E8A
#0077B61.97Fails3.27Large only4.02Large only2.10Fails
#00B4D81.97Fails1.65Fails2.03Fails4.14Large only
#90E0EF3.27Large only1.65Fails1.23Fails6.85AA
#CAF0F84.02Large only2.03Fails1.23Fails8.42AA
#023E8A2.10Fails4.14Large only6.85AA8.42AA
More palettes

Related

Gradients in the same range

Copied