Emerald 950

#022c22

emerald-950

Ultra-dark emerald, nearly black with luxury undertones.

Color Values

Hex#022c22
RGBrgb(2, 44, 34)
HSLhsl(166, 91%, 9%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-emerald-950: #022c22;

/* Direct Usage */
.element {
  color: #022c22;
  background-color: rgb(2, 44, 34);
}

Best Use Cases

OLED success backgrounds
Deep luxury themes
Maximum emerald depth

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors