Slate 600
#475569
slate-600
Dark slate for headings and important text.
Color Values
| Hex | #475569 | |
| RGB | rgb(71, 85, 105) | |
| HSL | hsl(215, 19%, 35%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="slate-600">
Background
</div>
<p class="slate-600">
Text
</p>
<div class="slate-600 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-slate-600: #475569;
/* Direct Usage */
.element {
color: #475569;
background-color: rgb(71, 85, 105);
}Best Use Cases
Headings
Important text
Active states
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors