Neutral 950

#0a0a0a

neutral-950

Ultra-dark neutral, nearly pure black.

Color Values

Hex#0a0a0a
RGBrgb(10, 10, 10)
HSLhsl(0, 0%, 4%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-neutral-950: #0a0a0a;

/* Direct Usage */
.element {
  color: #0a0a0a;
  background-color: rgb(10, 10, 10);
}

Best Use Cases

OLED backgrounds
True black themes
Maximum depth

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors