Yellow 400
#facc15
yellow-400
Medium yellow for icons and accents.
Color Values
| Hex | #facc15 | |
| RGB | rgb(250, 204, 21) | |
| HSL | hsl(48, 96%, 53%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="yellow-400">
Background
</div>
<p class="yellow-400">
Text
</p>
<div class="yellow-400 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-yellow-400: #facc15;
/* Direct Usage */
.element {
color: #facc15;
background-color: rgb(250, 204, 21);
}Best Use Cases
Star icons
Warning accents
Bright CTAs
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors