#afef1a
a balanced, electric green · cool · closest name: yellow
RGB
175, 239, 26
HSL
78°, 87%, 52%
CMYK
27, 0, 89, 6
Luminance
0.7092
Every format
| HEX | #afef1a |
| RGB | rgb(175, 239, 26) |
| HSL | hsl(78, 87%, 52%) |
| CMYK | cmyk(27%, 0%, 89%, 6%) |
| LAB | lab(87.5 -45.7 82.2) |
| LCH | lch(87.5 94.0 119.1) |
| OKLCH | oklch(0.876 0.221 126.9) |
Copy-ready code
/* CSS */
color: #afef1a;
background-color: #afef1a;
/* Tailwind (arbitrary) */
class="text-[#afef1a] bg-[#afef1a]"
/* SCSS */
$brand: #afef1a;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.102)
/* Android */
Color.parseColor("#afef1a")Accessibility — WCAG contrast
Aa
#afef1a on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afef1a on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue10.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow89.1%
Key (black)6.3%
Color previews
#afef1a text on a black background
contrast 15.18:1
Card sample
#afef1a text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afef1a;
Background color
Panel with #afef1a background
background-color: #afef1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afef1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afef1a; background: linear-gradient(135deg, #afef1a, #21EF1A);