#aefd97
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 151
HSL
107°, 96%, 79%
CMYK
31, 0, 40, 1
Luminance
0.8148
Every format
| HEX | #aefd97 |
| RGB | rgb(174, 253, 151) |
| HSL | hsl(107, 96%, 79%) |
| CMYK | cmyk(31%, 0%, 40%, 1%) |
| LAB | lab(92.3 -42.5 41.3) |
| LCH | lch(92.3 59.3 135.8) |
| OKLCH | oklch(0.919 0.154 138.8) |
Copy-ready code
/* CSS */
color: #aefd97;
background-color: #aefd97;
/* Tailwind (arbitrary) */
class="text-[#aefd97] bg-[#aefd97]"
/* SCSS */
$brand: #aefd97;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.592)
/* Android */
Color.parseColor("#aefd97")Accessibility — WCAG contrast
Aa
#aefd97 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd97 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue59.2%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow40.3%
Key (black)0.8%
Color previews
#aefd97 text on a black background
contrast 17.30:1
Card sample
#aefd97 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd97;
Background color
Panel with #aefd97 background
background-color: #aefd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd97; background: linear-gradient(135deg, #aefd97, #97FDC4);