#aaa813
a dark, electric yellow · cool · closest name: olive
RGB
170, 168, 19
HSL
59°, 80%, 37%
CMYK
0, 1, 89, 33
Luminance
0.3660
Every format
| HEX | #aaa813 |
| RGB | rgb(170, 168, 19) |
| HSL | hsl(59, 80%, 37%) |
| CMYK | cmyk(0%, 1%, 89%, 33%) |
| LAB | lab(67.0 -14.6 66.7) |
| LCH | lch(67.0 68.3 102.3) |
| OKLCH | oklch(0.710 0.150 108.8) |
Copy-ready code
/* CSS */
color: #aaa813;
background-color: #aaa813;
/* Tailwind (arbitrary) */
class="text-[#aaa813] bg-[#aaa813]"
/* SCSS */
$brand: #aaa813;
/* SwiftUI */
Color(red: 0.667, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#aaa813")Accessibility — WCAG contrast
Aa
#aaa813 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa813 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow88.8%
Key (black)33.3%
Color previews
#aaa813 text on a black background
contrast 8.32:1
Card sample
#aaa813 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa813;
Background color
Panel with #aaa813 background
background-color: #aaa813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa813; background: linear-gradient(135deg, #aaa813, #47AA13);