Gray 950

#030712

gray-950

Ultra-dark gray, the deepest neutral shade.

Color Values

Hex#030712
RGBrgb(3, 7, 18)
HSLhsl(224, 71%, 4%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-gray-950: #030712;

/* Direct Usage */
.element {
  color: #030712;
  background-color: rgb(3, 7, 18);
}

Best Use Cases

OLED backgrounds
Maximum contrast
Deep shadows

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors