Teal 800
#115e59
teal-800
Near-black teal for dark themes.
Color Values
| Hex | #115e59 | |
| RGB | rgb(17, 94, 89) | |
| HSL | hsl(176, 69%, 22%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-800">
Background
</div>
<p class="teal-800">
Text
</p>
<div class="teal-800 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-800: #115e59;
/* Direct Usage */
.element {
color: #115e59;
background-color: rgb(17, 94, 89);
}Best Use Cases
Dark teal backgrounds
Deep aqua accents
Modern dark themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors