#aaff55
a light, electric green · cool · closest name: lime
RGB
170, 255, 85
HSL
90°, 100%, 67%
CMYK
33, 0, 67, 0
Luminance
0.8072
Every format
| HEX | #aaff55 |
| RGB | rgb(170, 255, 85) |
| HSL | hsl(90, 100%, 67%) |
| CMYK | cmyk(33%, 0%, 67%, 0%) |
| LAB | lab(92.0 -51.5 70.1) |
| LCH | lch(92.0 87.0 126.3) |
| OKLCH | oklch(0.914 0.215 132.2) |
Copy-ready code
/* CSS */
color: #aaff55;
background-color: #aaff55;
/* Tailwind (arbitrary) */
class="text-[#aaff55] bg-[#aaff55]"
/* SCSS */
$brand: #aaff55;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#aaff55")Accessibility — WCAG contrast
Aa
#aaff55 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaff55 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue33.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#aaff55 text on a black background
contrast 17.14:1
Card sample
#aaff55 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaff55;
Background color
Panel with #aaff55 background
background-color: #aaff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaff55; background: linear-gradient(135deg, #aaff55, #55FF71);