#aef366
a light, electric green · cool · closest name: khaki
RGB
174, 243, 102
HSL
89°, 86%, 68%
CMYK
28, 0, 58, 5
Luminance
0.7406
Every format
| HEX | #aef366 |
| RGB | rgb(174, 243, 102) |
| HSL | hsl(89, 86%, 68%) |
| CMYK | cmyk(28%, 0%, 58%, 5%) |
| LAB | lab(89.0 -43.7 59.9) |
| LCH | lch(89.0 74.2 126.1) |
| OKLCH | oklch(0.890 0.186 131.2) |
Copy-ready code
/* CSS */
color: #aef366;
background-color: #aef366;
/* Tailwind (arbitrary) */
class="text-[#aef366] bg-[#aef366]"
/* SCSS */
$brand: #aef366;
/* SwiftUI */
Color(red: 0.682, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#aef366")Accessibility — WCAG contrast
Aa
#aef366 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef366 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.3%
Blue40.0%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#aef366 text on a black background
contrast 15.81:1
Card sample
#aef366 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef366;
Background color
Panel with #aef366 background
background-color: #aef366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef366; background: linear-gradient(135deg, #aef366, #66F37C);