Gray 400

#9ca3af

gray-400

Medium gray for placeholder text and icons.

Color Values

Hex#9ca3af
RGBrgb(156, 163, 175)
HSLhsl(218, 11%, 65%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-gray-400: #9ca3af;

/* Direct Usage */
.element {
  color: #9ca3af;
  background-color: rgb(156, 163, 175);
}

Best Use Cases

Placeholder text
Disabled text
Secondary icons

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors