#aeff4f
a light, electric green · cool · closest name: yellow
RGB
174, 255, 79
HSL
88°, 100%, 66%
CMYK
32, 0, 69, 0
Luminance
0.8108
Every format
| HEX | #aeff4f |
| RGB | rgb(174, 255, 79) |
| HSL | hsl(88, 100%, 66%) |
| CMYK | cmyk(32%, 0%, 69%, 0%) |
| LAB | lab(92.2 -50.5 72.5) |
| LCH | lch(92.2 88.4 124.9) |
| OKLCH | oklch(0.915 0.217 131.1) |
Copy-ready code
/* CSS */
color: #aeff4f;
background-color: #aeff4f;
/* Tailwind (arbitrary) */
class="text-[#aeff4f] bg-[#aeff4f]"
/* SCSS */
$brand: #aeff4f;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.310)
/* Android */
Color.parseColor("#aeff4f")Accessibility — WCAG contrast
Aa
#aeff4f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeff4f on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue31.0%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow69.0%
Key (black)0.0%
Color previews
#aeff4f text on a black background
contrast 17.22:1
Card sample
#aeff4f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeff4f;
Background color
Panel with #aeff4f background
background-color: #aeff4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeff4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeff4f; background: linear-gradient(135deg, #aeff4f, #4FFF65);