#aef596
a light, electric green · cool · closest name: aquamarine
RGB
174, 245, 150
HSL
105°, 83%, 78%
CMYK
29, 0, 39, 4
Luminance
0.7651
Every format
| HEX | #aef596 |
| RGB | rgb(174, 245, 150) |
| HSL | hsl(105, 83%, 78%) |
| CMYK | cmyk(29%, 0%, 39%, 4%) |
| LAB | lab(90.1 -39.1 38.9) |
| LCH | lch(90.1 55.1 135.2) |
| OKLCH | oklch(0.901 0.144 138.1) |
Copy-ready code
/* CSS */
color: #aef596;
background-color: #aef596;
/* Tailwind (arbitrary) */
class="text-[#aef596] bg-[#aef596]"
/* SCSS */
$brand: #aef596;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#aef596")Accessibility — WCAG contrast
Aa
#aef596 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef596 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue58.8%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#aef596 text on a black background
contrast 16.30:1
Card sample
#aef596 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef596;
Background color
Panel with #aef596 background
background-color: #aef596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef596; background: linear-gradient(135deg, #aef596, #96F5BD);