Orange 100
#ffedd5
orange-100
Very light orange for subtle warmth.
Color Values
| Hex | #ffedd5 | |
| RGB | rgb(255, 237, 213) | |
| HSL | hsl(34, 100%, 92%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-100">
Background
</div>
<p class="orange-100">
Text
</p>
<div class="orange-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-orange-100: #ffedd5;
/* Direct Usage */
.element {
color: #ffedd5;
background-color: rgb(255, 237, 213);
}Best Use Cases
Light warning backgrounds
Cozy cards
Soft highlights
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors