Yellow 200

#fef08a

yellow-200

Light yellow for borders and highlights.

Color Values

Hex#fef08a
RGBrgb(254, 240, 138)
HSLhsl(53, 98%, 77%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-yellow-200: #fef08a;

/* Direct Usage */
.element {
  color: #fef08a;
  background-color: rgb(254, 240, 138);
}

Best Use Cases

Highlight borders
Info badges
Soft emphasis

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors