Slate 500
#64748b
slate-500
The base slate color, balanced for text and UI elements.
Color Values
| Hex | #64748b | |
| RGB | rgb(100, 116, 139) | |
| HSL | hsl(215, 16%, 47%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="slate-500">
Background
</div>
<p class="slate-500">
Text
</p>
<div class="slate-500 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-slate-500: #64748b;
/* Direct Usage */
.element {
color: #64748b;
background-color: rgb(100, 116, 139);
}Best Use Cases
Body text
Labels
Secondary buttons
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors