Yellow 100
#fef9c3
yellow-100
Very light yellow for subtle highlights.
Color Values
| Hex | #fef9c3 | |
| RGB | rgb(254, 249, 195) | |
| HSL | hsl(55, 97%, 88%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="yellow-100">
Background
</div>
<p class="yellow-100">
Text
</p>
<div class="yellow-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-yellow-100: #fef9c3;
/* Direct Usage */
.element {
color: #fef9c3;
background-color: rgb(254, 249, 195);
}Best Use Cases
Light info backgrounds
Highlight cards
Soft emphasis
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors