#aeee2d
a balanced, electric green · cool · closest name: yellow
RGB
174, 238, 45
HSL
80°, 85%, 56%
CMYK
27, 0, 81, 7
Luminance
0.7034
Every format
| HEX | #aeee2d |
| RGB | rgb(174, 238, 45) |
| HSL | hsl(80, 85%, 56%) |
| CMYK | cmyk(27%, 0%, 81%, 7%) |
| LAB | lab(87.2 -45.1 78.1) |
| LCH | lch(87.2 90.2 120.0) |
| OKLCH | oklch(0.874 0.215 127.4) |
Copy-ready code
/* CSS */
color: #aeee2d;
background-color: #aeee2d;
/* Tailwind (arbitrary) */
class="text-[#aeee2d] bg-[#aeee2d]"
/* SCSS */
$brand: #aeee2d;
/* SwiftUI */
Color(red: 0.682, green: 0.933, blue: 0.176)
/* Android */
Color.parseColor("#aeee2d")Accessibility — WCAG contrast
Aa
#aeee2d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeee2d on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green93.3%
Blue17.6%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow81.1%
Key (black)6.7%
Color previews
#aeee2d text on a black background
contrast 15.07:1
Card sample
#aeee2d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeee2d;
Background color
Panel with #aeee2d background
background-color: #aeee2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeee2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 238, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 238, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeee2d; background: linear-gradient(135deg, #aeee2d, #2DEE2D);