#afee85
a light, electric green · cool · closest name: khaki
RGB
175, 238, 133
HSL
96°, 76%, 73%
CMYK
27, 0, 44, 7
Luminance
0.7196
Every format
| HEX | #afee85 |
| RGB | rgb(175, 238, 133) |
| HSL | hsl(96, 76%, 73%) |
| CMYK | cmyk(27%, 0%, 44%, 7%) |
| LAB | lab(88.0 -37.8 44.5) |
| LCH | lch(88.0 58.4 130.4) |
| OKLCH | oklch(0.883 0.150 133.9) |
Copy-ready code
/* CSS */
color: #afee85;
background-color: #afee85;
/* Tailwind (arbitrary) */
class="text-[#afee85] bg-[#afee85]"
/* SCSS */
$brand: #afee85;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.522)
/* Android */
Color.parseColor("#afee85")Accessibility — WCAG contrast
Aa
#afee85 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee85 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue52.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow44.1%
Key (black)6.7%
Color previews
#afee85 text on a black background
contrast 15.39:1
Card sample
#afee85 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee85;
Background color
Panel with #afee85 background
background-color: #afee85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee85; background: linear-gradient(135deg, #afee85, #85EEA1);