Red 50

#fef2f2

red-50

The lightest red, a soft blush pink.

Color Values

Hex#fef2f2
RGBrgb(254, 242, 242)
HSLhsl(0, 86%, 97%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-red-50: #fef2f2;

/* Direct Usage */
.element {
  color: #fef2f2;
  background-color: rgb(254, 242, 242);
}

Best Use Cases

Error backgrounds
Warning cards
Soft highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors