Amber 500
#f59e0b
amber-500
The base amber, rich and golden.
Color Values
| Hex | #f59e0b | |
| RGB | rgb(245, 158, 11) | |
| HSL | hsl(38, 92%, 50%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="amber-500">
Background
</div>
<p class="amber-500">
Text
</p>
<div class="amber-500 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-amber-500: #f59e0b;
/* Direct Usage */
.element {
color: #f59e0b;
background-color: rgb(245, 158, 11);
}Best Use Cases
Premium accents
Warning elements
Golden highlights
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors