Pink 50
#fdf2f8
pink-50
The lightest pink, a soft blush tone.
Color Values
| Hex | #fdf2f8 | |
| RGB | rgb(253, 242, 248) | |
| HSL | hsl(327, 73%, 97%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="pink-50">
Background
</div>
<p class="pink-50">
Text
</p>
<div class="pink-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-pink-50: #fdf2f8;
/* Direct Usage */
.element {
color: #fdf2f8;
background-color: rgb(253, 242, 248);
}Best Use Cases
Feminine backgrounds
Soft cards
Romantic themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors