Ocean is one of the color families shipped with this release. Deep marine blue..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50ocean-50#2b6f8fLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100ocean-100#2b6f8fVery light — section backgrounds, badges on light UI, tinted code blocks.
200ocean-200#2b6f8fLight — borders on light themes, dividers with personality, chip backgrounds.
300ocean-300#2b6f8fSoft — secondary borders, disabled states with color, placeholder decorations.
400ocean-400#2b6f8fMedium-light — icons on dark surfaces, decorative accents, chart lines.
500ocean-500#2b6f8fThe primary step — buttons, links, brand fills, key interactive elements.
600ocean-600#2b6f8fHover step — hover states for 500 elements, or primary on very light UIs.
700ocean-700#2b6f8fActive step — pressed states, emphasized text on light tinted backgrounds.
800ocean-800#2b6f8fDark — text on light palettes, headers in tinted sections, dark UI fills.
900ocean-900#2b6f8fVery dark — deep section backgrounds, high-contrast text carriers.
950ocean-950#2b6f8fDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-ocean-500 text-white p-6 rounded-xl">Ocean surface</div>
<p class="text-ocean-600 dark:text-ocean-400">Adaptive text</p>
<div class="border border-ocean-200 dark:border-ocean-800 bg-ocean-50 dark:bg-ocean-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/earth|earth · colors/sunset|sunset · colors/color-pairing|Pairing recipes