#aaff99
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 153
HSL
110°, 100%, 80%
CMYK
33, 0, 40, 0
Luminance
0.8237
Every format
| HEX | #aaff99 |
| RGB | rgb(170, 255, 153) |
| HSL | hsl(110, 100%, 80%) |
| CMYK | cmyk(33%, 0%, 40%, 0%) |
| LAB | lab(92.7 -44.4 40.8) |
| LCH | lch(92.7 60.3 137.4) |
| OKLCH | oklch(0.922 0.157 140.3) |
Copy-ready code
/* CSS */
color: #aaff99;
background-color: #aaff99;
/* Tailwind (arbitrary) */
class="text-[#aaff99] bg-[#aaff99]"
/* SCSS */
$brand: #aaff99;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.600)
/* Android */
Color.parseColor("#aaff99")Accessibility — WCAG contrast
Aa
#aaff99 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaff99 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue60.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow40.0%
Key (black)0.0%
Color previews
#aaff99 text on a black background
contrast 17.47:1
Card sample
#aaff99 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaff99;
Background color
Panel with #aaff99 background
background-color: #aaff99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaff99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaff99; background: linear-gradient(135deg, #aaff99, #99FFCC);