Pink 950

#500724

pink-950

Ultra-dark pink, nearly black with rose undertones.

Color Values

Hex#500724
RGBrgb(80, 7, 36)
HSLhsl(336, 84%, 17%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-pink-950: #500724;

/* Direct Usage */
.element {
  color: #500724;
  background-color: rgb(80, 7, 36);
}

Best Use Cases

OLED feminine backgrounds
Deep rose themes
Maximum pink depth

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors