#aaee55
a balanced, electric green · cool · closest name: yellow
RGB
170, 238, 85
HSL
87°, 82%, 63%
CMYK
29, 0, 64, 7
Luminance
0.7035
Every format
| HEX | #aaee55 |
| RGB | rgb(170, 238, 85) |
| HSL | hsl(87, 82%, 63%) |
| CMYK | cmyk(29%, 0%, 64%, 7%) |
| LAB | lab(87.2 -44.3 65.0) |
| LCH | lch(87.2 78.6 124.3) |
| OKLCH | oklch(0.874 0.194 130.1) |
Copy-ready code
/* CSS */
color: #aaee55;
background-color: #aaee55;
/* Tailwind (arbitrary) */
class="text-[#aaee55] bg-[#aaee55]"
/* SCSS */
$brand: #aaee55;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.333)
/* Android */
Color.parseColor("#aaee55")Accessibility — WCAG contrast
Aa
#aaee55 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee55 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue33.3%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow64.3%
Key (black)6.7%
Color previews
#aaee55 text on a black background
contrast 15.07:1
Card sample
#aaee55 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee55;
Background color
Panel with #aaee55 background
background-color: #aaee55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee55; background: linear-gradient(135deg, #aaee55, #55EE66);