#aefe2d
a balanced, electric green · cool · closest name: yellow
RGB
174, 254, 45
HSL
83°, 99%, 59%
CMYK
32, 0, 82, 0
Luminance
0.8007
Every format
| HEX | #aefe2d |
| RGB | rgb(174, 254, 45) |
| HSL | hsl(83, 99%, 59%) |
| CMYK | cmyk(32%, 0%, 82%, 0%) |
| LAB | lab(91.7 -51.8 82.1) |
| LCH | lch(91.7 97.1 122.2) |
| OKLCH | oklch(0.911 0.233 129.7) |
Copy-ready code
/* CSS */
color: #aefe2d;
background-color: #aefe2d;
/* Tailwind (arbitrary) */
class="text-[#aefe2d] bg-[#aefe2d]"
/* SCSS */
$brand: #aefe2d;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.176)
/* Android */
Color.parseColor("#aefe2d")Accessibility — WCAG contrast
Aa
#aefe2d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefe2d on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue17.6%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow82.3%
Key (black)0.4%
Color previews
#aefe2d text on a black background
contrast 17.01:1
Card sample
#aefe2d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefe2d;
Background color
Panel with #aefe2d background
background-color: #aefe2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefe2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefe2d; background: linear-gradient(135deg, #aefe2d, #2DFE37);