Pink 400
#f472b6
pink-400
Medium pink for icons and accents.
Color Values
| Hex | #f472b6 | |
| RGB | rgb(244, 114, 182) | |
| HSL | hsl(330, 86%, 70%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="pink-400">
Background
</div>
<p class="pink-400">
Text
</p>
<div class="pink-400 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-pink-400: #f472b6;
/* Direct Usage */
.element {
color: #f472b6;
background-color: rgb(244, 114, 182);
}Best Use Cases
Feminine icons
Sweet accents
Charming CTAs
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors