Gray 500

#6b7280

gray-500

The base gray, balanced and versatile.

Color Values

Hex#6b7280
RGBrgb(107, 114, 128)
HSLhsl(220, 9%, 46%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-gray-500: #6b7280;

/* Direct Usage */
.element {
  color: #6b7280;
  background-color: rgb(107, 114, 128);
}

Best Use Cases

Secondary text
Labels
Muted content

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors