#aa8607
a dark, electric yellow · cool · closest name: olive
RGB
170, 134, 7
HSL
47°, 92%, 35%
CMYK
0, 21, 96, 33
Luminance
0.2561
Every format
| HEX | #aa8607 |
| RGB | rgb(170, 134, 7) |
| HSL | hsl(47, 92%, 35%) |
| CMYK | cmyk(0%, 21%, 96%, 33%) |
| LAB | lab(57.7 3.4 61.5) |
| LCH | lch(57.7 61.6 86.8) |
| OKLCH | oklch(0.636 0.129 89.3) |
Copy-ready code
/* CSS */
color: #aa8607;
background-color: #aa8607;
/* Tailwind (arbitrary) */
class="text-[#aa8607] bg-[#aa8607]"
/* SCSS */
$brand: #aa8607;
/* SwiftUI */
Color(red: 0.667, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#aa8607")Accessibility — WCAG contrast
Aa
#aa8607 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8607 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow95.9%
Key (black)33.3%
Color previews
#aa8607 text on a black background
contrast 6.12:1
Card sample
#aa8607 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8607;
Background color
Panel with #aa8607 background
background-color: #aa8607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8607; background: linear-gradient(135deg, #aa8607, #61AA07);