Orange 600

#ea580c

orange-600

Dark orange for text and buttons.

Color Values

Hex#ea580c
RGBrgb(234, 88, 12)
HSLhsl(21, 90%, 48%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-orange-600: #ea580c;

/* Direct Usage */
.element {
  color: #ea580c;
  background-color: rgb(234, 88, 12);
}

Best Use Cases

Warning text
Dark CTAs
Active states

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors