Yellow 500

#eab308

yellow-500

The base yellow, vibrant and attention-grabbing.

Color Values

Hex#eab308
RGBrgb(234, 179, 8)
HSLhsl(45, 93%, 47%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-yellow-500: #eab308;

/* Direct Usage */
.element {
  color: #eab308;
  background-color: rgb(234, 179, 8);
}

Best Use Cases

Primary highlights
Warning states
Sunny accents

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors