#aa9922
a dark, vivid yellow · cool · closest name: olive
RGB
170, 153, 34
HSL
53°, 67%, 40%
CMYK
0, 10, 80, 33
Luminance
0.3144
Every format
| HEX | #aa9922 |
| RGB | rgb(170, 153, 34) |
| HSL | hsl(53, 67%, 40%) |
| CMYK | cmyk(0%, 10%, 80%, 33%) |
| LAB | lab(62.9 -6.3 59.5) |
| LCH | lch(62.9 59.8 96.0) |
| OKLCH | oklch(0.678 0.131 100.6) |
Copy-ready code
/* CSS */
color: #aa9922;
background-color: #aa9922;
/* Tailwind (arbitrary) */
class="text-[#aa9922] bg-[#aa9922]"
/* SCSS */
$brand: #aa9922;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.133)
/* Android */
Color.parseColor("#aa9922")Accessibility — WCAG contrast
Aa
#aa9922 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9922 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow80.0%
Key (black)33.3%
Color previews
#aa9922 text on a black background
contrast 7.29:1
Card sample
#aa9922 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9922;
Background color
Panel with #aa9922 background
background-color: #aa9922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9922; background: linear-gradient(135deg, #aa9922, #60AA22);