#aeff97
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 151
HSL
107°, 100%, 80%
CMYK
32, 0, 41, 0
Luminance
0.8275
Every format
| HEX | #aeff97 |
| RGB | rgb(174, 255, 151) |
| HSL | hsl(107, 100%, 80%) |
| CMYK | cmyk(32%, 0%, 41%, 0%) |
| LAB | lab(92.9 -43.4 42.0) |
| LCH | lch(92.9 60.4 135.9) |
| OKLCH | oklch(0.924 0.157 139.0) |
Copy-ready code
/* CSS */
color: #aeff97;
background-color: #aeff97;
/* Tailwind (arbitrary) */
class="text-[#aeff97] bg-[#aeff97]"
/* SCSS */
$brand: #aeff97;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#aeff97")Accessibility — WCAG contrast
Aa
#aeff97 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeff97 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue59.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#aeff97 text on a black background
contrast 17.55:1
Card sample
#aeff97 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeff97;
Background color
Panel with #aeff97 background
background-color: #aeff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeff97; background: linear-gradient(135deg, #aeff97, #97FFC5);