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