#aaf75e
a light, electric green · cool · closest name: yellow
RGB
170, 247, 94
HSL
90°, 91%, 67%
CMYK
31, 0, 62, 3
Luminance
0.7588
Every format
| HEX | #aaf75e |
| RGB | rgb(170, 247, 94) |
| HSL | hsl(90, 91%, 67%) |
| CMYK | cmyk(31%, 0%, 62%, 3%) |
| LAB | lab(89.8 -47.5 64.2) |
| LCH | lch(89.8 79.8 126.5) |
| OKLCH | oklch(0.896 0.199 131.9) |
Copy-ready code
/* CSS */
color: #aaf75e;
background-color: #aaf75e;
/* Tailwind (arbitrary) */
class="text-[#aaf75e] bg-[#aaf75e]"
/* SCSS */
$brand: #aaf75e;
/* SwiftUI */
Color(red: 0.667, green: 0.969, blue: 0.369)
/* Android */
Color.parseColor("#aaf75e")Accessibility — WCAG contrast
Aa
#aaf75e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf75e on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green96.9%
Blue36.9%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow61.9%
Key (black)3.1%
Color previews
#aaf75e text on a black background
contrast 16.18:1
Card sample
#aaf75e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf75e;
Background color
Panel with #aaf75e background
background-color: #aaf75e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf75e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 247, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 247, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf75e; background: linear-gradient(135deg, #aaf75e, #5EF778);