Stone 900

#1c1917

stone-900

The darkest stone for warm maximum contrast.

Color Values

Hex#1c1917
RGBrgb(28, 25, 23)
HSLhsl(24, 10%, 10%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="stone-900">
  Background
</div>
<p class="stone-900">
  Text
</p>
<div class="stone-900 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-stone-900: #1c1917;

/* Direct Usage */
.element {
  color: #1c1917;
  background-color: rgb(28, 25, 23);
}

Best Use Cases

Primary dark backgrounds
Warm dark headers
Natural dark themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors