Teal 100
#ccfbf1
teal-100
Very light teal for subtle highlights.
Color Values
| Hex | #ccfbf1 | |
| RGB | rgb(204, 251, 241) | |
| HSL | hsl(167, 85%, 89%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-100">
Background
</div>
<p class="teal-100">
Text
</p>
<div class="teal-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-100: #ccfbf1;
/* Direct Usage */
.element {
color: #ccfbf1;
background-color: rgb(204, 251, 241);
}Best Use Cases
Light tech backgrounds
Fresh cards
Aqua highlights
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors