#afee80
a light, electric green · cool · closest name: khaki
RGB
175, 238, 128
HSL
94°, 76%, 72%
CMYK
27, 0, 46, 7
Luminance
0.7182
Every format
| HEX | #afee80 |
| RGB | rgb(175, 238, 128) |
| HSL | hsl(94, 76%, 72%) |
| CMYK | cmyk(27%, 0%, 46%, 7%) |
| LAB | lab(87.9 -38.4 46.8) |
| LCH | lch(87.9 60.5 129.4) |
| OKLCH | oklch(0.882 0.155 133.2) |
Copy-ready code
/* CSS */
color: #afee80;
background-color: #afee80;
/* Tailwind (arbitrary) */
class="text-[#afee80] bg-[#afee80]"
/* SCSS */
$brand: #afee80;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.502)
/* Android */
Color.parseColor("#afee80")Accessibility — WCAG contrast
Aa
#afee80 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee80 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue50.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow46.2%
Key (black)6.7%
Color previews
#afee80 text on a black background
contrast 15.36:1
Card sample
#afee80 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee80;
Background color
Panel with #afee80 background
background-color: #afee80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee80; background: linear-gradient(135deg, #afee80, #80EE9B);