#aaae13
a dark, electric yellow · cool · closest name: olive
RGB
170, 174, 19
HSL
62°, 80%, 38%
CMYK
2, 0, 89, 32
Luminance
0.3887
Every format
| HEX | #aaae13 |
| RGB | rgb(170, 174, 19) |
| HSL | hsl(62, 80%, 38%) |
| CMYK | cmyk(2%, 0%, 89%, 32%) |
| LAB | lab(68.7 -17.7 68.0) |
| LCH | lch(68.7 70.3 104.6) |
| OKLCH | oklch(0.724 0.156 111.4) |
Copy-ready code
/* CSS */
color: #aaae13;
background-color: #aaae13;
/* Tailwind (arbitrary) */
class="text-[#aaae13] bg-[#aaae13]"
/* SCSS */
$brand: #aaae13;
/* SwiftUI */
Color(red: 0.667, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#aaae13")Accessibility — WCAG contrast
Aa
#aaae13 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaae13 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.2%
Blue7.5%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow89.1%
Key (black)31.8%
Color previews
#aaae13 text on a black background
contrast 8.77:1
Card sample
#aaae13 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaae13;
Background color
Panel with #aaae13 background
background-color: #aaae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaae13; background: linear-gradient(135deg, #aaae13, #43AE13);