Zinc 950
#09090b
zinc-950
Ultra-dark zinc, nearly pure black.
Color Values
| Hex | #09090b | |
| RGB | rgb(9, 9, 11) | |
| HSL | hsl(240, 10%, 4%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="zinc-950">
Background
</div>
<p class="zinc-950">
Text
</p>
<div class="zinc-950 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-zinc-950: #09090b;
/* Direct Usage */
.element {
color: #09090b;
background-color: rgb(9, 9, 11);
}Best Use Cases
OLED dark mode
Maximum depth backgrounds
True dark themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors