Stone 600
#57534e
stone-600
Dark stone for warm body text.
Color Values
| Hex | #57534e | |
| RGB | rgb(87, 83, 78) | |
| HSL | hsl(33, 5%, 32%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-600">
Background
</div>
<p class="stone-600">
Text
</p>
<div class="stone-600 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-stone-600: #57534e;
/* Direct Usage */
.element {
color: #57534e;
background-color: rgb(87, 83, 78);
}Best Use Cases
Body text
Subheadings
Earthy designs
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors