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