Stone 200
#e7e5e4
stone-200
Light stone for warm borders and dividers.
Color Values
| Hex | #e7e5e4 | |
| RGB | rgb(231, 229, 228) | |
| HSL | hsl(30, 6%, 90%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-200">
Background
</div>
<p class="stone-200">
Text
</p>
<div class="stone-200 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-stone-200: #e7e5e4;
/* Direct Usage */
.element {
color: #e7e5e4;
background-color: rgb(231, 229, 228);
}Best Use Cases
Borders
Dividers
Warm UI elements
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors