Orange 700

#c2410c

orange-700

Very dark orange for high-contrast elements.

Color Values

Hex#c2410c
RGBrgb(194, 65, 12)
HSLhsl(17, 88%, 40%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-orange-700: #c2410c;

/* Direct Usage */
.element {
  color: #c2410c;
  background-color: rgb(194, 65, 12);
}

Best Use Cases

Warning headings
Dark buttons
Critical highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors