#afee5f
a light, electric green · cool · closest name: khaki
RGB
175, 238, 95
HSL
86°, 81%, 65%
CMYK
27, 0, 60, 7
Luminance
0.7109
Every format
| HEX | #afee5f |
| RGB | rgb(175, 238, 95) |
| HSL | hsl(86, 81%, 65%) |
| CMYK | cmyk(27%, 0%, 60%, 7%) |
| LAB | lab(87.5 -41.8 61.3) |
| LCH | lch(87.5 74.2 124.3) |
| OKLCH | oklch(0.878 0.184 129.6) |
Copy-ready code
/* CSS */
color: #afee5f;
background-color: #afee5f;
/* Tailwind (arbitrary) */
class="text-[#afee5f] bg-[#afee5f]"
/* SCSS */
$brand: #afee5f;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.373)
/* Android */
Color.parseColor("#afee5f")Accessibility — WCAG contrast
Aa
#afee5f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee5f on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue37.3%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow60.1%
Key (black)6.7%
Color previews
#afee5f text on a black background
contrast 15.22:1
Card sample
#afee5f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee5f;
Background color
Panel with #afee5f background
background-color: #afee5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee5f; background: linear-gradient(135deg, #afee5f, #5FEE6E);