Emerald 200
#a7f3d0
emerald-200
Light emerald for borders and highlights.
Color Values
| Hex | #a7f3d0 | |
| RGB | rgb(167, 243, 208) | |
| HSL | hsl(149, 75%, 80%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="emerald-200">
Background
</div>
<p class="emerald-200">
Text
</p>
<div class="emerald-200 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-emerald-200: #a7f3d0;
/* Direct Usage */
.element {
color: #a7f3d0;
background-color: rgb(167, 243, 208);
}Best Use Cases
Success borders
Premium badges
Luxury accents
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors