Stone 500

#78716c

stone-500

The base stone, earthy and warm.

Color Values

Hex#78716c
RGBrgb(120, 113, 108)
HSLhsl(25, 5%, 45%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-stone-500: #78716c;

/* Direct Usage */
.element {
  color: #78716c;
  background-color: rgb(120, 113, 108);
}

Best Use Cases

Secondary text
Labels
Natural themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors