Pink 500

#ec4899

pink-500

The base pink, vibrant and energetic.

Color Values

Hex#ec4899
RGBrgb(236, 72, 153)
HSLhsl(330, 81%, 60%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-pink-500: #ec4899;

/* Direct Usage */
.element {
  color: #ec4899;
  background-color: rgb(236, 72, 153);
}

Best Use Cases

Feminine buttons
Sweet CTAs
Charming themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors