Stone 700
#44403c
stone-700
Very dark stone for warm headings.
Color Values
| Hex | #44403c | |
| RGB | rgb(68, 64, 60) | |
| HSL | hsl(30, 6%, 25%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-700">
Background
</div>
<p class="stone-700">
Text
</p>
<div class="stone-700 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-stone-700: #44403c;
/* Direct Usage */
.element {
color: #44403c;
background-color: rgb(68, 64, 60);
}Best Use Cases
Headings
Primary text
Natural UI
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors