Stone 50

#fafaf9

stone-50

The lightest stone with warm undertones.

Color Values

Hex#fafaf9
RGBrgb(250, 250, 249)
HSLhsl(60, 9%, 98%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-stone-50: #fafaf9;

/* Direct Usage */
.element {
  color: #fafaf9;
  background-color: rgb(250, 250, 249);
}

Best Use Cases

Warm backgrounds
Paper textures
Cozy interfaces

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors