Zinc 100
#f4f4f5
zinc-100
Very light zinc for subtle backgrounds.
Color Values
| Hex | #f4f4f5 | |
| RGB | rgb(244, 244, 245) | |
| HSL | hsl(240, 5%, 96%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="zinc-100">
Background
</div>
<p class="zinc-100">
Text
</p>
<div class="zinc-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-zinc-100: #f4f4f5;
/* Direct Usage */
.element {
color: #f4f4f5;
background-color: rgb(244, 244, 245);
}Best Use Cases
Secondary backgrounds
Code blocks
Subtle cards
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors