#afe52c
a balanced, electric green · cool · closest name: yellow
RGB
175, 229, 44
HSL
78°, 78%, 54%
CMYK
24, 0, 81, 10
Luminance
0.6533
Every format
| HEX | #afe52c |
| RGB | rgb(175, 229, 44) |
| HSL | hsl(78, 78%, 54%) |
| CMYK | cmyk(24%, 0%, 81%, 10%) |
| LAB | lab(84.7 -40.9 76.2) |
| LCH | lch(84.7 86.5 118.2) |
| OKLCH | oklch(0.854 0.204 125.6) |
Copy-ready code
/* CSS */
color: #afe52c;
background-color: #afe52c;
/* Tailwind (arbitrary) */
class="text-[#afe52c] bg-[#afe52c]"
/* SCSS */
$brand: #afe52c;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.173)
/* Android */
Color.parseColor("#afe52c")Accessibility — WCAG contrast
Aa
#afe52c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe52c on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue17.3%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow80.8%
Key (black)10.2%
Color previews
#afe52c text on a black background
contrast 14.07:1
Card sample
#afe52c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe52c;
Background color
Panel with #afe52c background
background-color: #afe52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe52c; background: linear-gradient(135deg, #afe52c, #34E52C);