Teal 950
#042f2e
teal-950
Ultra-dark teal, nearly black with aqua undertones.
Color Values
| Hex | #042f2e | |
| RGB | rgb(4, 47, 46) | |
| HSL | hsl(179, 84%, 10%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-950">
Background
</div>
<p class="teal-950">
Text
</p>
<div class="teal-950 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-950: #042f2e;
/* Direct Usage */
.element {
color: #042f2e;
background-color: rgb(4, 47, 46);
}Best Use Cases
OLED teal backgrounds
Deep ocean themes
Maximum teal depth
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors