#aefd38
a balanced, electric green · cool · closest name: yellow
RGB
174, 253, 56
HSL
84°, 98%, 61%
CMYK
31, 0, 78, 1
Luminance
0.7953
Every format
| HEX | #aefd38 |
| RGB | rgb(174, 253, 56) |
| HSL | hsl(84, 98%, 61%) |
| CMYK | cmyk(31%, 0%, 78%, 1%) |
| LAB | lab(91.5 -51.0 79.1) |
| LCH | lch(91.5 94.1 122.8) |
| OKLCH | oklch(0.909 0.227 129.9) |
Copy-ready code
/* CSS */
color: #aefd38;
background-color: #aefd38;
/* Tailwind (arbitrary) */
class="text-[#aefd38] bg-[#aefd38]"
/* SCSS */
$brand: #aefd38;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.220)
/* Android */
Color.parseColor("#aefd38")Accessibility — WCAG contrast
Aa
#aefd38 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd38 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue22.0%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow77.9%
Key (black)0.8%
Color previews
#aefd38 text on a black background
contrast 16.91:1
Card sample
#aefd38 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd38;
Background color
Panel with #aefd38 background
background-color: #aefd38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd38; background: linear-gradient(135deg, #aefd38, #38FD46);