#aef663
a light, electric green · cool · closest name: khaki
RGB
174, 246, 99
HSL
89°, 89%, 68%
CMYK
29, 0, 60, 4
Luminance
0.7581
Every format
| HEX | #aef663 |
| RGB | rgb(174, 246, 99) |
| HSL | hsl(89, 89%, 68%) |
| CMYK | cmyk(29%, 0%, 60%, 4%) |
| LAB | lab(89.8 -45.2 62.1) |
| LCH | lch(89.8 76.8 126.1) |
| OKLCH | oklch(0.896 0.192 131.3) |
Copy-ready code
/* CSS */
color: #aef663;
background-color: #aef663;
/* Tailwind (arbitrary) */
class="text-[#aef663] bg-[#aef663]"
/* SCSS */
$brand: #aef663;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#aef663")Accessibility — WCAG contrast
Aa
#aef663 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef663 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue38.8%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#aef663 text on a black background
contrast 16.16:1
Card sample
#aef663 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef663;
Background color
Panel with #aef663 background
background-color: #aef663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef663; background: linear-gradient(135deg, #aef663, #63F67A);