Orange 800

#9a3412

orange-800

Near-black orange for dark themes.

Color Values

Hex#9a3412
RGBrgb(154, 52, 18)
HSLhsl(15, 79%, 34%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-800">
  Background
</div>
<p class="orange-800">
  Text
</p>
<div class="orange-800 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-orange-800: #9a3412;

/* Direct Usage */
.element {
  color: #9a3412;
  background-color: rgb(154, 52, 18);
}

Best Use Cases

Dark warning backgrounds
Deep orange accents
Burnt orange themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors