#afe84a
a balanced, electric green · cool · closest name: yellow
RGB
175, 232, 74
HSL
82°, 78%, 60%
CMYK
25, 0, 68, 9
Luminance
0.6732
Every format
| HEX | #afe84a |
| RGB | rgb(175, 232, 74) |
| HSL | hsl(82, 78%, 60%) |
| CMYK | cmyk(25%, 0%, 68%, 9%) |
| LAB | lab(85.7 -40.7 67.7) |
| LCH | lch(85.7 79.0 121.0) |
| OKLCH | oklch(0.863 0.192 127.3) |
Copy-ready code
/* CSS */
color: #afe84a;
background-color: #afe84a;
/* Tailwind (arbitrary) */
class="text-[#afe84a] bg-[#afe84a]"
/* SCSS */
$brand: #afe84a;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.290)
/* Android */
Color.parseColor("#afe84a")Accessibility — WCAG contrast
Aa
#afe84a on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe84a on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue29.0%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow68.1%
Key (black)9.0%
Color previews
#afe84a text on a black background
contrast 14.46:1
Card sample
#afe84a text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe84a;
Background color
Panel with #afe84a background
background-color: #afe84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe84a; background: linear-gradient(135deg, #afe84a, #4AE84E);