#aafd3f
a balanced, electric green · cool · closest name: lime
RGB
170, 253, 63
HSL
86°, 98%, 62%
CMYK
33, 0, 75, 1
Luminance
0.7916
Every format
| HEX | #aafd3f |
| RGB | rgb(170, 253, 63) |
| HSL | hsl(86, 98%, 62%) |
| CMYK | cmyk(33%, 0%, 75%, 1%) |
| LAB | lab(91.3 -52.0 76.9) |
| LCH | lch(91.3 92.8 124.1) |
| OKLCH | oklch(0.907 0.226 130.9) |
Copy-ready code
/* CSS */
color: #aafd3f;
background-color: #aafd3f;
/* Tailwind (arbitrary) */
class="text-[#aafd3f] bg-[#aafd3f]"
/* SCSS */
$brand: #aafd3f;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.247)
/* Android */
Color.parseColor("#aafd3f")Accessibility — WCAG contrast
Aa
#aafd3f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafd3f on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue24.7%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow75.1%
Key (black)0.8%
Color previews
#aafd3f text on a black background
contrast 16.83:1
Card sample
#aafd3f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafd3f;
Background color
Panel with #aafd3f background
background-color: #aafd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafd3f; background: linear-gradient(135deg, #aafd3f, #3FFD53);