Teal 300
#5eead4
teal-300
Medium-light teal, fresh and modern.
Color Values
| Hex | #5eead4 | |
| RGB | rgb(94, 234, 212) | |
| HSL | hsl(171, 77%, 64%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-300">
Background
</div>
<p class="teal-300">
Text
</p>
<div class="teal-300 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-300: #5eead4;
/* Direct Usage */
.element {
color: #5eead4;
background-color: rgb(94, 234, 212);
}Best Use Cases
Tech badges
Fresh highlights
Modern themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors