#aefe4f
a light, electric green · cool · closest name: yellow
RGB
174, 254, 79
HSL
87°, 99%, 65%
CMYK
32, 0, 69, 0
Luminance
0.8045
Every format
| HEX | #aefe4f |
| RGB | rgb(174, 254, 79) |
| HSL | hsl(87, 99%, 65%) |
| CMYK | cmyk(32%, 0%, 69%, 0%) |
| LAB | lab(91.9 -50.1 72.2) |
| LCH | lch(91.9 87.9 124.8) |
| OKLCH | oklch(0.913 0.216 131.0) |
Copy-ready code
/* CSS */
color: #aefe4f;
background-color: #aefe4f;
/* Tailwind (arbitrary) */
class="text-[#aefe4f] bg-[#aefe4f]"
/* SCSS */
$brand: #aefe4f;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.310)
/* Android */
Color.parseColor("#aefe4f")Accessibility — WCAG contrast
Aa
#aefe4f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefe4f on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue31.0%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow68.9%
Key (black)0.4%
Color previews
#aefe4f text on a black background
contrast 17.09:1
Card sample
#aefe4f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefe4f;
Background color
Panel with #aefe4f background
background-color: #aefe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefe4f; background: linear-gradient(135deg, #aefe4f, #4FFE65);