#aef813
a balanced, electric green · cool · closest name: yellow
RGB
174, 248, 19
HSL
79°, 94%, 52%
CMYK
30, 0, 92, 3
Luminance
0.7618
Every format
| HEX | #aef813 |
| RGB | rgb(174, 248, 19) |
| HSL | hsl(79, 94%, 52%) |
| CMYK | cmyk(30%, 0%, 92%, 3%) |
| LAB | lab(89.9 -50.0 85.1) |
| LCH | lch(89.9 98.7 120.4) |
| OKLCH | oklch(0.896 0.233 128.4) |
Copy-ready code
/* CSS */
color: #aef813;
background-color: #aef813;
/* Tailwind (arbitrary) */
class="text-[#aef813] bg-[#aef813]"
/* SCSS */
$brand: #aef813;
/* SwiftUI */
Color(red: 0.682, green: 0.973, blue: 0.075)
/* Android */
Color.parseColor("#aef813")Accessibility — WCAG contrast
Aa
#aef813 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef813 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.3%
Blue7.5%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow92.3%
Key (black)2.7%
Color previews
#aef813 text on a black background
contrast 16.24:1
Card sample
#aef813 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef813;
Background color
Panel with #aef813 background
background-color: #aef813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 248, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 248, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef813; background: linear-gradient(135deg, #aef813, #16F813);