Zinc 700

#3f3f46

zinc-700

Very dark zinc for headings and emphasis.

Color Values

Hex#3f3f46
RGBrgb(63, 63, 70)
HSLhsl(240, 5%, 26%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-zinc-700: #3f3f46;

/* Direct Usage */
.element {
  color: #3f3f46;
  background-color: rgb(63, 63, 70);
}

Best Use Cases

Headings
Primary text
Dark UI elements

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors