#aaee44
a balanced, electric green · cool · closest name: yellow
RGB
170, 238, 68
HSL
84°, 83%, 60%
CMYK
29, 0, 71, 7
Luminance
0.7011
Every format
| HEX | #aaee44 |
| RGB | rgb(170, 238, 68) |
| HSL | hsl(84, 83%, 60%) |
| CMYK | cmyk(29%, 0%, 71%, 7%) |
| LAB | lab(87.0 -45.5 71.1) |
| LCH | lch(87.0 84.4 122.6) |
| OKLCH | oklch(0.873 0.205 129.1) |
Copy-ready code
/* CSS */
color: #aaee44;
background-color: #aaee44;
/* Tailwind (arbitrary) */
class="text-[#aaee44] bg-[#aaee44]"
/* SCSS */
$brand: #aaee44;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.267)
/* Android */
Color.parseColor("#aaee44")Accessibility — WCAG contrast
Aa
#aaee44 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee44 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue26.7%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow71.4%
Key (black)6.7%
Color previews
#aaee44 text on a black background
contrast 15.02:1
Card sample
#aaee44 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee44;
Background color
Panel with #aaee44 background
background-color: #aaee44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee44; background: linear-gradient(135deg, #aaee44, #44EE4F);