Zinc 900

#18181b

zinc-900

The darkest zinc for maximum contrast dark UI.

Color Values

Hex#18181b
RGBrgb(24, 24, 27)
HSLhsl(240, 6%, 10%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-zinc-900: #18181b;

/* Direct Usage */
.element {
  color: #18181b;
  background-color: rgb(24, 24, 27);
}

Best Use Cases

Primary dark backgrounds
Text overlays
Dark headers

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors