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