Zinc 400
#a1a1aa
zinc-400
Medium zinc for secondary text and icons.
Color Values
| Hex | #a1a1aa | |
| RGB | rgb(161, 161, 170) | |
| HSL | hsl(240, 5%, 65%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="zinc-400">
Background
</div>
<p class="zinc-400">
Text
</p>
<div class="zinc-400 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-zinc-400: #a1a1aa;
/* Direct Usage */
.element {
color: #a1a1aa;
background-color: rgb(161, 161, 170);
}Best Use Cases
Placeholder text
Muted icons
Secondary labels
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors