#aa9911
a dark, electric yellow · cool · closest name: olive
RGB
170, 153, 17
HSL
53°, 82%, 37%
CMYK
0, 10, 90, 33
Luminance
0.3137
Every format
| HEX | #aa9911 |
| RGB | rgb(170, 153, 17) |
| HSL | hsl(53, 82%, 37%) |
| CMYK | cmyk(0%, 10%, 90%, 33%) |
| LAB | lab(62.8 -6.8 63.8) |
| LCH | lch(62.8 64.1 96.1) |
| OKLCH | oklch(0.677 0.138 101.2) |
Copy-ready code
/* CSS */
color: #aa9911;
background-color: #aa9911;
/* Tailwind (arbitrary) */
class="text-[#aa9911] bg-[#aa9911]"
/* SCSS */
$brand: #aa9911;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#aa9911")Accessibility — WCAG contrast
Aa
#aa9911 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9911 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow90.0%
Key (black)33.3%
Color previews
#aa9911 text on a black background
contrast 7.27:1
Card sample
#aa9911 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9911;
Background color
Panel with #aa9911 background
background-color: #aa9911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9911; background: linear-gradient(135deg, #aa9911, #55AA11);