#aaff66
a light, electric green · cool · closest name: lime
RGB
170, 255, 102
HSL
93°, 100%, 70%
CMYK
33, 0, 60, 0
Luminance
0.8103
Every format
| HEX | #aaff66 |
| RGB | rgb(170, 255, 102) |
| HSL | hsl(93, 100%, 70%) |
| CMYK | cmyk(33%, 0%, 60%, 0%) |
| LAB | lab(92.1 -50.1 63.5) |
| LCH | lch(92.1 80.9 128.3) |
| OKLCH | oklch(0.915 0.203 133.5) |
Copy-ready code
/* CSS */
color: #aaff66;
background-color: #aaff66;
/* Tailwind (arbitrary) */
class="text-[#aaff66] bg-[#aaff66]"
/* SCSS */
$brand: #aaff66;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.400)
/* Android */
Color.parseColor("#aaff66")Accessibility — WCAG contrast
Aa
#aaff66 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaff66 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow60.0%
Key (black)0.0%
Color previews
#aaff66 text on a black background
contrast 17.21:1
Card sample
#aaff66 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaff66;
Background color
Panel with #aaff66 background
background-color: #aaff66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaff66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaff66; background: linear-gradient(135deg, #aaff66, #66FF88);