Zinc 600
#52525b
zinc-600
Dark zinc for body text and UI elements.
Color Values
| Hex | #52525b | |
| RGB | rgb(82, 82, 91) | |
| HSL | hsl(240, 5%, 34%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="zinc-600">
Background
</div>
<p class="zinc-600">
Text
</p>
<div class="zinc-600 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-zinc-600: #52525b;
/* Direct Usage */
.element {
color: #52525b;
background-color: rgb(82, 82, 91);
}Best Use Cases
Body text
Icon colors
Active borders
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors