#afec7e
a light, vivid green · cool · closest name: khaki
RGB
175, 236, 126
HSL
93°, 74%, 71%
CMYK
26, 0, 47, 8
Luminance
0.7061
Every format
| HEX | #afec7e |
| RGB | rgb(175, 236, 126) |
| HSL | hsl(93, 74%, 71%) |
| CMYK | cmyk(26%, 0%, 47%, 8%) |
| LAB | lab(87.3 -37.8 47.0) |
| LCH | lch(87.3 60.3 128.8) |
| OKLCH | oklch(0.877 0.154 132.6) |
Copy-ready code
/* CSS */
color: #afec7e;
background-color: #afec7e;
/* Tailwind (arbitrary) */
class="text-[#afec7e] bg-[#afec7e]"
/* SCSS */
$brand: #afec7e;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.494)
/* Android */
Color.parseColor("#afec7e")Accessibility — WCAG contrast
Aa
#afec7e on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec7e on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue49.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow46.6%
Key (black)7.5%
Color previews
#afec7e text on a black background
contrast 15.12:1
Card sample
#afec7e text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec7e;
Background color
Panel with #afec7e background
background-color: #afec7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec7e; background: linear-gradient(135deg, #afec7e, #7EEC96);