Neutral 400

#a3a3a3

neutral-400

Medium neutral for placeholder text.

Color Values

Hex#a3a3a3
RGBrgb(163, 163, 163)
HSLhsl(0, 0%, 64%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-neutral-400: #a3a3a3;

/* Direct Usage */
.element {
  color: #a3a3a3;
  background-color: rgb(163, 163, 163);
}

Best Use Cases

Placeholder text
Disabled text
Secondary icons

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors