#aaeb49
a balanced, electric green · cool · closest name: yellow
RGB
170, 235, 73
HSL
84°, 80%, 60%
CMYK
28, 0, 69, 8
Luminance
0.6844
Every format
| HEX | #aaeb49 |
| RGB | rgb(170, 235, 73) |
| HSL | hsl(84, 80%, 60%) |
| CMYK | cmyk(28%, 0%, 69%, 8%) |
| LAB | lab(86.2 -43.9 68.5) |
| LCH | lch(86.2 81.4 122.6) |
| OKLCH | oklch(0.866 0.199 128.9) |
Copy-ready code
/* CSS */
color: #aaeb49;
background-color: #aaeb49;
/* Tailwind (arbitrary) */
class="text-[#aaeb49] bg-[#aaeb49]"
/* SCSS */
$brand: #aaeb49;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#aaeb49")Accessibility — WCAG contrast
Aa
#aaeb49 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeb49 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue28.6%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#aaeb49 text on a black background
contrast 14.69:1
Card sample
#aaeb49 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeb49;
Background color
Panel with #aaeb49 background
background-color: #aaeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeb49; background: linear-gradient(135deg, #aaeb49, #49EB54);