#aafd4f
a light, electric green · cool · closest name: lime
RGB
170, 253, 79
HSL
89°, 98%, 65%
CMYK
33, 0, 69, 1
Luminance
0.7936
Every format
| HEX | #aafd4f |
| RGB | rgb(170, 253, 79) |
| HSL | hsl(89, 98%, 65%) |
| CMYK | cmyk(33%, 0%, 69%, 1%) |
| LAB | lab(91.4 -51.1 71.6) |
| LCH | lch(91.4 88.0 125.5) |
| OKLCH | oklch(0.909 0.217 131.7) |
Copy-ready code
/* CSS */
color: #aafd4f;
background-color: #aafd4f;
/* Tailwind (arbitrary) */
class="text-[#aafd4f] bg-[#aafd4f]"
/* SCSS */
$brand: #aafd4f;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#aafd4f")Accessibility — WCAG contrast
Aa
#aafd4f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafd4f on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue31.0%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#aafd4f text on a black background
contrast 16.87:1
Card sample
#aafd4f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafd4f;
Background color
Panel with #aafd4f background
background-color: #aafd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafd4f; background: linear-gradient(135deg, #aafd4f, #4FFD68);