#afec89
a light, vivid green · cool · closest name: khaki
RGB
175, 236, 137
HSL
97°, 72%, 73%
CMYK
26, 0, 42, 8
Luminance
0.7091
Every format
| HEX | #afec89 |
| RGB | rgb(175, 236, 137) |
| HSL | hsl(97, 72%, 73%) |
| CMYK | cmyk(26%, 0%, 42%, 8%) |
| LAB | lab(87.4 -36.4 41.9) |
| LCH | lch(87.4 55.5 131.0) |
| OKLCH | oklch(0.879 0.143 134.3) |
Copy-ready code
/* CSS */
color: #afec89;
background-color: #afec89;
/* Tailwind (arbitrary) */
class="text-[#afec89] bg-[#afec89]"
/* SCSS */
$brand: #afec89;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.537)
/* Android */
Color.parseColor("#afec89")Accessibility — WCAG contrast
Aa
#afec89 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec89 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue53.7%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow41.9%
Key (black)7.5%
Color previews
#afec89 text on a black background
contrast 15.18:1
Card sample
#afec89 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec89;
Background color
Panel with #afec89 background
background-color: #afec89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec89; background: linear-gradient(135deg, #afec89, #89ECA5);