#aef976
a light, electric green · cool · closest name: khaki
RGB
174, 249, 118
HSL
94°, 92%, 72%
CMYK
30, 0, 53, 2
Luminance
0.7806
Every format
| HEX | #aef976 |
| RGB | rgb(174, 249, 118) |
| HSL | hsl(94, 92%, 72%) |
| CMYK | cmyk(30%, 0%, 53%, 2%) |
| LAB | lab(90.8 -44.7 55.0) |
| LCH | lch(90.8 70.9 129.1) |
| OKLCH | oklch(0.905 0.180 133.5) |
Copy-ready code
/* CSS */
color: #aef976;
background-color: #aef976;
/* Tailwind (arbitrary) */
class="text-[#aef976] bg-[#aef976]"
/* SCSS */
$brand: #aef976;
/* SwiftUI */
Color(red: 0.682, green: 0.976, blue: 0.463)
/* Android */
Color.parseColor("#aef976")Accessibility — WCAG contrast
Aa
#aef976 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef976 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.6%
Blue46.3%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow52.6%
Key (black)2.4%
Color previews
#aef976 text on a black background
contrast 16.61:1
Card sample
#aef976 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef976;
Background color
Panel with #aef976 background
background-color: #aef976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 249, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 249, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef976; background: linear-gradient(135deg, #aef976, #76F996);