#aefd53
a light, electric green · cool · closest name: yellow
RGB
174, 253, 83
HSL
88°, 98%, 66%
CMYK
31, 0, 67, 1
Luminance
0.7987
Every format
| HEX | #aefd53 |
| RGB | rgb(174, 253, 83) |
| HSL | hsl(88, 98%, 66%) |
| CMYK | cmyk(31%, 0%, 67%, 1%) |
| LAB | lab(91.6 -49.4 70.5) |
| LCH | lch(91.6 86.1 125.0) |
| OKLCH | oklch(0.911 0.212 131.1) |
Copy-ready code
/* CSS */
color: #aefd53;
background-color: #aefd53;
/* Tailwind (arbitrary) */
class="text-[#aefd53] bg-[#aefd53]"
/* SCSS */
$brand: #aefd53;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.325)
/* Android */
Color.parseColor("#aefd53")Accessibility — WCAG contrast
Aa
#aefd53 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd53 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue32.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow67.2%
Key (black)0.8%
Color previews
#aefd53 text on a black background
contrast 16.97:1
Card sample
#aefd53 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd53;
Background color
Panel with #aefd53 background
background-color: #aefd53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd53; background: linear-gradient(135deg, #aefd53, #53FD69);