Yellow 600

#ca8a04

yellow-600

Dark yellow for text and buttons.

Color Values

Hex#ca8a04
RGBrgb(202, 138, 4)
HSLhsl(41, 96%, 40%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-yellow-600: #ca8a04;

/* Direct Usage */
.element {
  color: #ca8a04;
  background-color: rgb(202, 138, 4);
}

Best Use Cases

Warning text
Dark yellow buttons
Olive themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors