Rose 300

#fda4af

rose-300

Medium-light rose, warm and inviting.

Color Values

Hex#fda4af
RGBrgb(253, 164, 175)
HSLhsl(353, 96%, 82%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-rose-300: #fda4af;

/* Direct Usage */
.element {
  color: #fda4af;
  background-color: rgb(253, 164, 175);
}

Best Use Cases

Romantic badges
Warm highlights
Inviting themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors