#a9a721
a dark, vivid yellow · cool · closest name: olive
RGB
169, 167, 33
HSL
59°, 67%, 40%
CMYK
0, 1, 81, 34
Luminance
0.3618
Every format
| HEX | #a9a721 |
| RGB | rgb(169, 167, 33) |
| HSL | hsl(59, 67%, 40%) |
| CMYK | cmyk(0%, 1%, 81%, 34%) |
| LAB | lab(66.7 -14.1 63.1) |
| LCH | lch(66.7 64.7 102.6) |
| OKLCH | oklch(0.708 0.144 108.7) |
Copy-ready code
/* CSS */
color: #a9a721;
background-color: #a9a721;
/* Tailwind (arbitrary) */
class="text-[#a9a721] bg-[#a9a721]"
/* SCSS */
$brand: #a9a721;
/* SwiftUI */
Color(red: 0.663, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#a9a721")Accessibility — WCAG contrast
Aa
#a9a721 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9a721 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow80.5%
Key (black)33.7%
Color previews
#a9a721 text on a black background
contrast 8.24:1
Card sample
#a9a721 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9a721;
Background color
Panel with #a9a721 background
background-color: #a9a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9a721; background: linear-gradient(135deg, #a9a721, #50A921);