Orange 950
#431407
orange-950
Ultra-dark orange, nearly black with warm undertones.
Color Values
| Hex | #431407 | |
| RGB | rgb(67, 20, 7) | |
| HSL | hsl(13, 81%, 15%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-950">
Background
</div>
<p class="orange-950">
Text
</p>
<div class="orange-950 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-orange-950: #431407;
/* Direct Usage */
.element {
color: #431407;
background-color: rgb(67, 20, 7);
}Best Use Cases
OLED warning backgrounds
Deep rust themes
Maximum warm depth
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors