Pink 900

#831843

pink-900

The darkest pink for maximum contrast.

Color Values

Hex#831843
RGBrgb(131, 24, 67)
HSLhsl(336, 69%, 30%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-pink-900: #831843;

/* Direct Usage */
.element {
  color: #831843;
  background-color: rgb(131, 24, 67);
}

Best Use Cases

Dark mode feminine backgrounds
Deep rose accents
Rich pink themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors