Orange 900
#7c2d12
orange-900
The darkest orange for maximum contrast.
Color Values
| Hex | #7c2d12 | |
| RGB | rgb(124, 45, 18) | |
| HSL | hsl(15, 75%, 28%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-900">
Background
</div>
<p class="orange-900">
Text
</p>
<div class="orange-900 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-orange-900: #7c2d12;
/* Direct Usage */
.element {
color: #7c2d12;
background-color: rgb(124, 45, 18);
}Best Use Cases
Dark mode warning backgrounds
Deep rust accents
Autumn themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors