#afee3d
a balanced, electric green · cool · closest name: yellow
RGB
175, 238, 61
HSL
81°, 84%, 59%
CMYK
27, 0, 74, 7
Luminance
0.7060
Every format
| HEX | #afee3d |
| RGB | rgb(175, 238, 61) |
| HSL | hsl(81, 84%, 59%) |
| CMYK | cmyk(27%, 0%, 74%, 7%) |
| LAB | lab(87.3 -44.0 73.8) |
| LCH | lch(87.3 85.9 120.8) |
| OKLCH | oklch(0.875 0.207 127.7) |
Copy-ready code
/* CSS */
color: #afee3d;
background-color: #afee3d;
/* Tailwind (arbitrary) */
class="text-[#afee3d] bg-[#afee3d]"
/* SCSS */
$brand: #afee3d;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.239)
/* Android */
Color.parseColor("#afee3d")Accessibility — WCAG contrast
Aa
#afee3d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee3d on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue23.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow74.4%
Key (black)6.7%
Color previews
#afee3d text on a black background
contrast 15.12:1
Card sample
#afee3d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee3d;
Background color
Panel with #afee3d background
background-color: #afee3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee3d; background: linear-gradient(135deg, #afee3d, #3DEE41);