Yellow 700

#a16207

yellow-700

Very dark yellow for high-contrast elements.

Color Values

Hex#a16207
RGBrgb(161, 98, 7)
HSLhsl(35, 92%, 33%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-yellow-700: #a16207;

/* Direct Usage */
.element {
  color: #a16207;
  background-color: rgb(161, 98, 7);
}

Best Use Cases

Warning headings
Dark olive buttons
Mustard themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors