#aa8821
a dark, vivid yellow · cool · closest name: olive
RGB
170, 136, 33
HSL
45°, 68%, 40%
CMYK
0, 20, 81, 33
Luminance
0.2626
Every format
| HEX | #aa8821 |
| RGB | rgb(170, 136, 33) |
| HSL | hsl(45, 68%, 40%) |
| CMYK | cmyk(0%, 20%, 81%, 33%) |
| LAB | lab(58.3 2.9 55.7) |
| LCH | lch(58.3 55.8 87.0) |
| OKLCH | oklch(0.641 0.121 89.1) |
Copy-ready code
/* CSS */
color: #aa8821;
background-color: #aa8821;
/* Tailwind (arbitrary) */
class="text-[#aa8821] bg-[#aa8821]"
/* SCSS */
$brand: #aa8821;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#aa8821")Accessibility — WCAG contrast
Aa
#aa8821 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8821 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow80.6%
Key (black)33.3%
Color previews
#aa8821 text on a black background
contrast 6.25:1
Card sample
#aa8821 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8821;
Background color
Panel with #aa8821 background
background-color: #aa8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8821; background: linear-gradient(135deg, #aa8821, #71AA21);