Teal 900

#134e4a

teal-900

The darkest teal for maximum contrast.

Color Values

Hex#134e4a
RGBrgb(19, 78, 74)
HSLhsl(176, 61%, 19%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-teal-900: #134e4a;

/* Direct Usage */
.element {
  color: #134e4a;
  background-color: rgb(19, 78, 74);
}

Best Use Cases

Dark mode teal backgrounds
Deep aqua accents
Ocean dark themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors