Yellow 300
#fde047
yellow-300
Medium-light yellow, bright and sunny.
Color Values
| Hex | #fde047 | |
| RGB | rgb(253, 224, 71) | |
| HSL | hsl(50, 98%, 64%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="yellow-300">
Background
</div>
<p class="yellow-300">
Text
</p>
<div class="yellow-300 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-yellow-300: #fde047;
/* Direct Usage */
.element {
color: #fde047;
background-color: rgb(253, 224, 71);
}Best Use Cases
Star ratings
Highlight badges
Sunny themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors