#aaff4b
a balanced, electric green · cool · closest name: lime
RGB
170, 255, 75
HSL
88°, 100%, 65%
CMYK
33, 0, 71, 0
Luminance
0.8057
Every format
| HEX | #aaff4b |
| RGB | rgb(170, 255, 75) |
| HSL | hsl(88, 100%, 65%) |
| CMYK | cmyk(33%, 0%, 71%, 0%) |
| LAB | lab(91.9 -52.1 73.6) |
| LCH | lch(91.9 90.2 125.3) |
| OKLCH | oklch(0.913 0.222 131.7) |
Copy-ready code
/* CSS */
color: #aaff4b;
background-color: #aaff4b;
/* Tailwind (arbitrary) */
class="text-[#aaff4b] bg-[#aaff4b]"
/* SCSS */
$brand: #aaff4b;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#aaff4b")Accessibility — WCAG contrast
Aa
#aaff4b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaff4b on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue29.4%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#aaff4b text on a black background
contrast 17.11:1
Card sample
#aaff4b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaff4b;
Background color
Panel with #aaff4b background
background-color: #aaff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaff4b; background: linear-gradient(135deg, #aaff4b, #4BFF64);