Teal 400

#2dd4bf

teal-400

Medium teal for icons and accents.

Color Values

Hex#2dd4bf
RGBrgb(45, 212, 191)
HSLhsl(172, 66%, 50%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-teal-400: #2dd4bf;

/* Direct Usage */
.element {
  color: #2dd4bf;
  background-color: rgb(45, 212, 191);
}

Best Use Cases

Tech icons
Modern accents
Fresh CTAs

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors