#aeff5f
a light, electric green · cool · closest name: yellow
RGB
174, 255, 95
HSL
90°, 100%, 69%
CMYK
32, 0, 63, 0
Luminance
0.8134
Every format
| HEX | #aeff5f |
| RGB | rgb(174, 255, 95) |
| HSL | hsl(90, 100%, 69%) |
| CMYK | cmyk(32%, 0%, 63%, 0%) |
| LAB | lab(92.3 -49.4 66.5) |
| LCH | lch(92.3 82.9 126.6) |
| OKLCH | oklch(0.917 0.206 132.1) |
Copy-ready code
/* CSS */
color: #aeff5f;
background-color: #aeff5f;
/* Tailwind (arbitrary) */
class="text-[#aeff5f] bg-[#aeff5f]"
/* SCSS */
$brand: #aeff5f;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.373)
/* Android */
Color.parseColor("#aeff5f")Accessibility — WCAG contrast
Aa
#aeff5f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeff5f on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue37.3%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow62.7%
Key (black)0.0%
Color previews
#aeff5f text on a black background
contrast 17.27:1
Card sample
#aeff5f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeff5f;
Background color
Panel with #aeff5f background
background-color: #aeff5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeff5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeff5f; background: linear-gradient(135deg, #aeff5f, #5FFF7B);