Zinc 200
#e4e4e7
zinc-200
Light zinc for borders and subtle separators.
Color Values
| Hex | #e4e4e7 | |
| RGB | rgb(228, 228, 231) | |
| HSL | hsl(240, 6%, 90%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="zinc-200">
Background
</div>
<p class="zinc-200">
Text
</p>
<div class="zinc-200 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-zinc-200: #e4e4e7;
/* Direct Usage */
.element {
color: #e4e4e7;
background-color: rgb(228, 228, 231);
}Best Use Cases
Borders
Dividers
Input backgrounds
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors