Teal 50
#f0fdfa
teal-50
The lightest teal, a soft aqua tone.
Color Values
| Hex | #f0fdfa | |
| RGB | rgb(240, 253, 250) | |
| HSL | hsl(166, 76%, 97%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-50">
Background
</div>
<p class="teal-50">
Text
</p>
<div class="teal-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-50: #f0fdfa;
/* Direct Usage */
.element {
color: #f0fdfa;
background-color: rgb(240, 253, 250);
}Best Use Cases
Clean backgrounds
Tech cards
Fresh themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors