Amber 700

#b45309

amber-700

Very dark amber for high-contrast elements.

Color Values

Hex#b45309
RGBrgb(180, 83, 9)
HSLhsl(26, 90%, 37%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-amber-700: #b45309;

/* Direct Usage */
.element {
  color: #b45309;
  background-color: rgb(180, 83, 9);
}

Best Use Cases

Warning headings
Dark buttons
Burnt orange themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors