Slate 100

#f1f5f9

slate-100

A very light slate gray, ideal for secondary backgrounds and borders.

Color Values

Hex#f1f5f9
RGBrgb(241, 245, 249)
HSLhsl(210, 40%, 96%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-slate-100: #f1f5f9;

/* Direct Usage */
.element {
  color: #f1f5f9;
  background-color: rgb(241, 245, 249);
}

Best Use Cases

Secondary backgrounds
Table headers
Dividers

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors