#aa9607
a dark, electric yellow · cool · closest name: olive
RGB
170, 150, 7
HSL
53°, 92%, 35%
CMYK
0, 12, 96, 33
Luminance
0.3037
Every format
| HEX | #aa9607 |
| RGB | rgb(170, 150, 7) |
| HSL | hsl(53, 92%, 35%) |
| CMYK | cmyk(0%, 12%, 96%, 33%) |
| LAB | lab(62.0 -5.3 64.7) |
| LCH | lch(62.0 64.9 94.7) |
| OKLCH | oklch(0.670 0.138 99.6) |
Copy-ready code
/* CSS */
color: #aa9607;
background-color: #aa9607;
/* Tailwind (arbitrary) */
class="text-[#aa9607] bg-[#aa9607]"
/* SCSS */
$brand: #aa9607;
/* SwiftUI */
Color(red: 0.667, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#aa9607")Accessibility — WCAG contrast
Aa
#aa9607 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9607 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow95.9%
Key (black)33.3%
Color previews
#aa9607 text on a black background
contrast 7.07:1
Card sample
#aa9607 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9607;
Background color
Panel with #aa9607 background
background-color: #aa9607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9607; background: linear-gradient(135deg, #aa9607, #51AA07);