Red 300

#fca5a5

red-300

Medium-light red for visible alerts.

Color Values

Hex#fca5a5
RGBrgb(252, 165, 165)
HSLhsl(0, 94%, 82%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-red-300: #fca5a5;

/* Direct Usage */
.element {
  color: #fca5a5;
  background-color: rgb(252, 165, 165);
}

Best Use Cases

Alert badges
Error highlights
Decorative elements

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors