Orange 300

#fdba74

orange-300

Medium-light orange for visible warnings.

Color Values

Hex#fdba74
RGBrgb(253, 186, 116)
HSLhsl(31, 97%, 72%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-orange-300: #fdba74;

/* Direct Usage */
.element {
  color: #fdba74;
  background-color: rgb(253, 186, 116);
}

Best Use Cases

Warning badges
Icon backgrounds
Decorative elements

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors