#aa9933
a dark, vivid yellow · cool · closest name: olive
RGB
170, 153, 51
HSL
51°, 54%, 43%
CMYK
0, 10, 70, 33
Luminance
0.3157
Every format
| HEX | #aa9933 |
| RGB | rgb(170, 153, 51) |
| HSL | hsl(51, 54%, 43%) |
| CMYK | cmyk(0%, 10%, 70%, 33%) |
| LAB | lab(63.0 -5.5 53.4) |
| LCH | lch(63.0 53.7 95.9) |
| OKLCH | oklch(0.679 0.121 99.6) |
Copy-ready code
/* CSS */
color: #aa9933;
background-color: #aa9933;
/* Tailwind (arbitrary) */
class="text-[#aa9933] bg-[#aa9933]"
/* SCSS */
$brand: #aa9933;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.200)
/* Android */
Color.parseColor("#aa9933")Accessibility — WCAG contrast
Aa
#aa9933 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9933 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow70.0%
Key (black)33.3%
Color previews
#aa9933 text on a black background
contrast 7.31:1
Card sample
#aa9933 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9933;
Background color
Panel with #aa9933 background
background-color: #aa9933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9933; background: linear-gradient(135deg, #aa9933, #6CAA33);