#cca721
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 167, 33
HSL
47°, 72%, 47%
CMYK
0, 18, 84, 20
Luminance
0.4058
Every format
| HEX | #cca721 |
| RGB | rgb(204, 167, 33) |
| HSL | hsl(47, 72%, 47%) |
| CMYK | cmyk(0%, 18%, 84%, 20%) |
| LAB | lab(69.9 1.3 67.1) |
| LCH | lch(69.9 67.1 88.9) |
| OKLCH | oklch(0.741 0.144 91.7) |
Copy-ready code
/* CSS */
color: #cca721;
background-color: #cca721;
/* Tailwind (arbitrary) */
class="text-[#cca721] bg-[#cca721]"
/* SCSS */
$brand: #cca721;
/* SwiftUI */
Color(red: 0.800, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#cca721")Accessibility — WCAG contrast
Aa
#cca721 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca721 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow83.8%
Key (black)20.0%
Color previews
#cca721 text on a black background
contrast 9.12:1
Card sample
#cca721 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca721;
Background color
Panel with #cca721 background
background-color: #cca721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca721; background: linear-gradient(135deg, #cca721, #7FCC21);