#CA8A04
Tailwind yellow-600
#CA8A04 is a orange colour. In RGB it is 202 red, 138 green and 4 blue, which converts to a hue of 41 degrees, 96% saturation and 40% lightness. It is Tailwind yellow-600 in that design system's palette.
Color values
| HEX | #CA8A04 |
|---|---|
| RGB | rgb(202, 138, 4) |
| HSL | hsl(41, 96%, 40%) |
| HSV | hsv(41, 98%, 79%) |
| CMYK | cmyk(0%, 32%, 98%, 21%) |
Contrast and accessibility
Against white the contrast ratio is 2.94:1, and against black it is 7.15:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.94:1 | Fail | Fail |
| Black | 7.15:1 | AAA | AAA |
Tints and shades
Lighter tints move #CA8A04 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CA8A04; |
|---|---|
| CSS rgb() | color: rgb(202 138 4); |
| Tailwind | bg-[#ca8a04] |
| SwiftUI | Color(red: 0.792, green: 0.541, blue: 0.016) |
| Android | Color.parseColor("#CA8A04") |
Closest named color
The nearest CSS colour keyword to #CA8A04 is darkgoldenrod (#B8860B).