#a9b721
a dark, vivid yellow · cool · closest name: olive
RGB
169, 183, 33
HSL
66°, 69%, 42%
CMYK
8, 0, 82, 28
Luminance
0.4241
Every format
| HEX | #a9b721 |
| RGB | rgb(169, 183, 33) |
| HSL | hsl(66, 69%, 42%) |
| CMYK | cmyk(8%, 0%, 82%, 28%) |
| LAB | lab(71.2 -22.2 67.0) |
| LCH | lch(71.2 70.6 108.4) |
| OKLCH | oklch(0.744 0.160 115.3) |
Copy-ready code
/* CSS */
color: #a9b721;
background-color: #a9b721;
/* Tailwind (arbitrary) */
class="text-[#a9b721] bg-[#a9b721]"
/* SCSS */
$brand: #a9b721;
/* SwiftUI */
Color(red: 0.663, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#a9b721")Accessibility — WCAG contrast
Aa
#a9b721 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b721 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green71.8%
Blue12.9%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#a9b721 text on a black background
contrast 9.48:1
Card sample
#a9b721 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b721;
Background color
Panel with #a9b721 background
background-color: #a9b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b721; background: linear-gradient(135deg, #a9b721, #45B721);