Orange 200

#fed7aa

orange-200

Light orange for warm borders and highlights.

Color Values

Hex#fed7aa
RGBrgb(254, 215, 170)
HSLhsl(32, 98%, 83%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-orange-200: #fed7aa;

/* Direct Usage */
.element {
  color: #fed7aa;
  background-color: rgb(254, 215, 170);
}

Best Use Cases

Warning borders
Highlight backgrounds
Warm badges

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors