Yellow 50
#fefce8
yellow-50
The lightest yellow, a soft pale cream.
Color Values
| Hex | #fefce8 | |
| RGB | rgb(254, 252, 232) | |
| HSL | hsl(55, 92%, 95%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="yellow-50">
Background
</div>
<p class="yellow-50">
Text
</p>
<div class="yellow-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-yellow-50: #fefce8;
/* Direct Usage */
.element {
color: #fefce8;
background-color: rgb(254, 252, 232);
}Best Use Cases
Highlight backgrounds
Information cards
Soft warnings
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors