Emerald 100

#d1fae5

emerald-100

Very light emerald for subtle premium success.

Color Values

Hex#d1fae5
RGBrgb(209, 250, 229)
HSLhsl(149, 80%, 90%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="emerald-100">
  Background
</div>
<p class="emerald-100">
  Text
</p>
<div class="emerald-100 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-emerald-100: #d1fae5;

/* Direct Usage */
.element {
  color: #d1fae5;
  background-color: rgb(209, 250, 229);
}

Best Use Cases

Light success backgrounds
Premium cards
Luxury highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors