Pink 800

#9d174d

pink-800

Near-black pink for dark themes.

Color Values

Hex#9d174d
RGBrgb(157, 23, 77)
HSLhsl(336, 74%, 35%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-pink-800: #9d174d;

/* Direct Usage */
.element {
  color: #9d174d;
  background-color: rgb(157, 23, 77);
}

Best Use Cases

Dark pink backgrounds
Deep rose accents
Feminine dark themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors