Slate 50
#f8fafc
slate-50
The lightest shade of Slate, perfect for backgrounds and subtle UI elements.
Color Values
| Hex | #f8fafc | |
| RGB | rgb(248, 250, 252) | |
| HSL | hsl(210, 40%, 98%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="slate-50">
Background
</div>
<p class="slate-50">
Text
</p>
<div class="slate-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-slate-50: #f8fafc;
/* Direct Usage */
.element {
color: #f8fafc;
background-color: rgb(248, 250, 252);
}Best Use Cases
Page backgrounds
Card backgrounds
Hover states
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors