Red 500

#ef4444

red-500

The base red, vibrant and attention-grabbing.

Color Values

Hex#ef4444
RGBrgb(239, 68, 68)
HSLhsl(0, 84%, 60%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-red-500: #ef4444;

/* Direct Usage */
.element {
  color: #ef4444;
  background-color: rgb(239, 68, 68);
}

Best Use Cases

Error states
Delete buttons
Alert text

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors