Slate 700

#334155

slate-700

Very dark slate for high-contrast text and dark UI.

Color Values

Hex#334155
RGBrgb(51, 65, 85)
HSLhsl(215, 25%, 27%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-slate-700: #334155;

/* Direct Usage */
.element {
  color: #334155;
  background-color: rgb(51, 65, 85);
}

Best Use Cases

Primary text
Dark headers
Navigation

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors