Pink 300
#f9a8d4
pink-300
Medium-light pink, sweet and charming.
Color Values
| Hex | #f9a8d4 | |
| RGB | rgb(249, 168, 212) | |
| HSL | hsl(327, 87%, 82%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="pink-300">
Background
</div>
<p class="pink-300">
Text
</p>
<div class="pink-300 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-pink-300: #f9a8d4;
/* Direct Usage */
.element {
color: #f9a8d4;
background-color: rgb(249, 168, 212);
}Best Use Cases
Feminine badges
Soft highlights
Charming themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors