#aef360
a light, electric green · cool · closest name: khaki
RGB
174, 243, 96
HSL
88°, 86%, 67%
CMYK
28, 0, 61, 5
Luminance
0.7394
Every format
| HEX | #aef360 |
| RGB | rgb(174, 243, 96) |
| HSL | hsl(88, 86%, 67%) |
| CMYK | cmyk(28%, 0%, 61%, 5%) |
| LAB | lab(88.9 -44.2 62.4) |
| LCH | lch(88.9 76.5 125.3) |
| OKLCH | oklch(0.889 0.191 130.7) |
Copy-ready code
/* CSS */
color: #aef360;
background-color: #aef360;
/* Tailwind (arbitrary) */
class="text-[#aef360] bg-[#aef360]"
/* SCSS */
$brand: #aef360;
/* SwiftUI */
Color(red: 0.682, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#aef360")Accessibility — WCAG contrast
Aa
#aef360 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef360 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.3%
Blue37.6%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#aef360 text on a black background
contrast 15.79:1
Card sample
#aef360 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef360;
Background color
Panel with #aef360 background
background-color: #aef360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef360; background: linear-gradient(135deg, #aef360, #60F374);