#aabc13
a dark, electric yellow · cool · closest name: olive
RGB
170, 188, 19
HSL
66°, 82%, 41%
CMYK
10, 0, 90, 26
Luminance
0.4456
Every format
| HEX | #aabc13 |
| RGB | rgb(170, 188, 19) |
| HSL | hsl(66, 82%, 41%) |
| CMYK | cmyk(10%, 0%, 90%, 26%) |
| LAB | lab(72.6 -24.6 71.2) |
| LCH | lch(72.6 75.3 109.1) |
| OKLCH | oklch(0.755 0.170 116.5) |
Copy-ready code
/* CSS */
color: #aabc13;
background-color: #aabc13;
/* Tailwind (arbitrary) */
class="text-[#aabc13] bg-[#aabc13]"
/* SCSS */
$brand: #aabc13;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#aabc13")Accessibility — WCAG contrast
Aa
#aabc13 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabc13 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue7.5%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#aabc13 text on a black background
contrast 9.91:1
Card sample
#aabc13 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabc13;
Background color
Panel with #aabc13 background
background-color: #aabc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabc13; background: linear-gradient(135deg, #aabc13, #39BC13);