#afee65
a light, electric green · cool · closest name: khaki
RGB
175, 238, 101
HSL
88°, 80%, 67%
CMYK
27, 0, 58, 7
Luminance
0.7120
Every format
| HEX | #afee65 |
| RGB | rgb(175, 238, 101) |
| HSL | hsl(88, 80%, 67%) |
| CMYK | cmyk(27%, 0%, 58%, 7%) |
| LAB | lab(87.6 -41.2 58.8) |
| LCH | lch(87.6 71.8 125.0) |
| OKLCH | oklch(0.879 0.179 130.1) |
Copy-ready code
/* CSS */
color: #afee65;
background-color: #afee65;
/* Tailwind (arbitrary) */
class="text-[#afee65] bg-[#afee65]"
/* SCSS */
$brand: #afee65;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.396)
/* Android */
Color.parseColor("#afee65")Accessibility — WCAG contrast
Aa
#afee65 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee65 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue39.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow57.6%
Key (black)6.7%
Color previews
#afee65 text on a black background
contrast 15.24:1
Card sample
#afee65 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee65;
Background color
Panel with #afee65 background
background-color: #afee65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee65; background: linear-gradient(135deg, #afee65, #65EE76);