#afed4f
a balanced, electric green · cool · closest name: yellow
RGB
175, 237, 79
HSL
84°, 81%, 62%
CMYK
26, 0, 67, 7
Luminance
0.7025
Every format
| HEX | #afed4f |
| RGB | rgb(175, 237, 79) |
| HSL | hsl(84, 81%, 62%) |
| CMYK | cmyk(26%, 0%, 67%, 7%) |
| LAB | lab(87.1 -42.5 67.3) |
| LCH | lch(87.1 79.6 122.3) |
| OKLCH | oklch(0.875 0.195 128.4) |
Copy-ready code
/* CSS */
color: #afed4f;
background-color: #afed4f;
/* Tailwind (arbitrary) */
class="text-[#afed4f] bg-[#afed4f]"
/* SCSS */
$brand: #afed4f;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#afed4f")Accessibility — WCAG contrast
Aa
#afed4f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed4f on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue31.0%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#afed4f text on a black background
contrast 15.05:1
Card sample
#afed4f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed4f;
Background color
Panel with #afed4f background
background-color: #afed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed4f; background: linear-gradient(135deg, #afed4f, #4FED58);