#aaef1b
a balanced, electric green · cool · closest name: yellow
RGB
170, 239, 27
HSL
80°, 87%, 52%
CMYK
29, 0, 89, 6
Luminance
0.7036
Every format
| HEX | #aaef1b |
| RGB | rgb(170, 239, 27) |
| HSL | hsl(80, 87%, 52%) |
| CMYK | cmyk(29%, 0%, 89%, 6%) |
| LAB | lab(87.2 -47.5 81.7) |
| LCH | lch(87.2 94.5 120.2) |
| OKLCH | oklch(0.873 0.223 128.0) |
Copy-ready code
/* CSS */
color: #aaef1b;
background-color: #aaef1b;
/* Tailwind (arbitrary) */
class="text-[#aaef1b] bg-[#aaef1b]"
/* SCSS */
$brand: #aaef1b;
/* SwiftUI */
Color(red: 0.667, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#aaef1b")Accessibility — WCAG contrast
Aa
#aaef1b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaef1b on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.7%
Blue10.6%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#aaef1b text on a black background
contrast 15.07:1
Card sample
#aaef1b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaef1b;
Background color
Panel with #aaef1b background
background-color: #aaef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaef1b; background: linear-gradient(135deg, #aaef1b, #1DEF1B);