Orange 50
#fff7ed
orange-50
The lightest orange, a warm cream color.
Color Values
| Hex | #fff7ed | |
| RGB | rgb(255, 247, 237) | |
| HSL | hsl(33, 100%, 96%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-50">
Background
</div>
<p class="orange-50">
Text
</p>
<div class="orange-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-orange-50: #fff7ed;
/* Direct Usage */
.element {
color: #fff7ed;
background-color: rgb(255, 247, 237);
}Best Use Cases
Warning backgrounds
Warm highlights
Soft notifications
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors