Teal 600

#0d9488

teal-600

Dark teal for text and buttons.

Color Values

Hex#0d9488
RGBrgb(13, 148, 136)
HSLhsl(175, 84%, 32%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-teal-600: #0d9488;

/* Direct Usage */
.element {
  color: #0d9488;
  background-color: rgb(13, 148, 136);
}

Best Use Cases

Tech text
Modern buttons
Fresh active states

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors