#aa8800
a dark, electric yellow · cool · closest name: olive
RGB
170, 136, 0
HSL
48°, 100%, 33%
CMYK
0, 20, 100, 33
Luminance
0.2615
Every format
| HEX | #aa8800 |
| RGB | rgb(170, 136, 0) |
| HSL | hsl(48, 100%, 33%) |
| CMYK | cmyk(0%, 20%, 100%, 33%) |
| LAB | lab(58.2 2.2 63.1) |
| LCH | lch(58.2 63.1 88.0) |
| OKLCH | oklch(0.640 0.131 91.0) |
Copy-ready code
/* CSS */
color: #aa8800;
background-color: #aa8800;
/* Tailwind (arbitrary) */
class="text-[#aa8800] bg-[#aa8800]"
/* SCSS */
$brand: #aa8800;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#aa8800")Accessibility — WCAG contrast
Aa
#aa8800 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8800 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow100.0%
Key (black)33.3%
Color previews
#aa8800 text on a black background
contrast 6.23:1
Card sample
#aa8800 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8800;
Background color
Panel with #aa8800 background
background-color: #aa8800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8800; background: linear-gradient(135deg, #aa8800, #5BAA00);