Stone 100
#f5f5f4
stone-100
Very light stone for subtle warm backgrounds.
Color Values
| Hex | #f5f5f4 | |
| RGB | rgb(245, 245, 244) | |
| HSL | hsl(60, 5%, 96%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-100">
Background
</div>
<p class="stone-100">
Text
</p>
<div class="stone-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-stone-100: #f5f5f4;
/* Direct Usage */
.element {
color: #f5f5f4;
background-color: rgb(245, 245, 244);
}Best Use Cases
Secondary backgrounds
Natural themes
Organic designs
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors