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