Cyan 800

#155e75

cyan-800

Near-black cyan for dark themes.

Color Values

Hex#155e75
RGBrgb(21, 94, 117)
HSLhsl(194, 70%, 27%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="cyan-800">
  Background
</div>
<p class="cyan-800">
  Text
</p>
<div class="cyan-800 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-cyan-800: #155e75;

/* Direct Usage */
.element {
  color: #155e75;
  background-color: rgb(21, 94, 117);
}

Best Use Cases

Dark cyan backgrounds
Deep tech accents
Ocean dark themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors