#aa9421
a dark, vivid yellow · cool · closest name: olive
RGB
170, 148, 33
HSL
50°, 68%, 40%
CMYK
0, 13, 81, 33
Luminance
0.2984
Every format
| HEX | #aa9421 |
| RGB | rgb(170, 148, 33) |
| HSL | hsl(50, 68%, 40%) |
| CMYK | cmyk(0%, 13%, 81%, 33%) |
| LAB | lab(61.5 -3.6 58.6) |
| LCH | lch(61.5 58.7 93.6) |
| OKLCH | oklch(0.667 0.128 97.5) |
Copy-ready code
/* CSS */
color: #aa9421;
background-color: #aa9421;
/* Tailwind (arbitrary) */
class="text-[#aa9421] bg-[#aa9421]"
/* SCSS */
$brand: #aa9421;
/* SwiftUI */
Color(red: 0.667, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#aa9421")Accessibility — WCAG contrast
Aa
#aa9421 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa9421 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow80.6%
Key (black)33.3%
Color previews
#aa9421 text on a black background
contrast 6.97:1
Card sample
#aa9421 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9421;
Background color
Panel with #aa9421 background
background-color: #aa9421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9421; background: linear-gradient(135deg, #aa9421, #65AA21);