Stone 400
#a8a29e
stone-400
Medium stone for warm placeholder text.
Color Values
| Hex | #a8a29e | |
| RGB | rgb(168, 162, 158) | |
| HSL | hsl(24, 6%, 64%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-400">
Background
</div>
<p class="stone-400">
Text
</p>
<div class="stone-400 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-stone-400: #a8a29e;
/* Direct Usage */
.element {
color: #a8a29e;
background-color: rgb(168, 162, 158);
}Best Use Cases
Placeholder text
Muted icons
Secondary elements
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors