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