#afec1d
a balanced, electric green · cool · closest name: yellow
RGB
175, 236, 29
HSL
78°, 85%, 52%
CMYK
26, 0, 88, 8
Luminance
0.6919
Every format
| HEX | #afec1d |
| RGB | rgb(175, 236, 29) |
| HSL | hsl(78, 85%, 52%) |
| CMYK | cmyk(26%, 0%, 88%, 8%) |
| LAB | lab(86.6 -44.4 81.0) |
| LCH | lch(86.6 92.4 118.7) |
| OKLCH | oklch(0.870 0.217 126.5) |
Copy-ready code
/* CSS */
color: #afec1d;
background-color: #afec1d;
/* Tailwind (arbitrary) */
class="text-[#afec1d] bg-[#afec1d]"
/* SCSS */
$brand: #afec1d;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.114)
/* Android */
Color.parseColor("#afec1d")Accessibility — WCAG contrast
Aa
#afec1d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec1d on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue11.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow87.7%
Key (black)7.5%
Color previews
#afec1d text on a black background
contrast 14.84:1
Card sample
#afec1d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec1d;
Background color
Panel with #afec1d background
background-color: #afec1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec1d; background: linear-gradient(135deg, #afec1d, #25EC1D);