#afdf8e
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 142
HSL
96°, 56%, 72%
CMYK
22, 0, 36, 13
Luminance
0.6384
Every format
| HEX | #afdf8e |
| RGB | rgb(175, 223, 142) |
| HSL | hsl(96, 56%, 72%) |
| CMYK | cmyk(22%, 0%, 36%, 13%) |
| LAB | lab(83.9 -29.8 34.8) |
| LCH | lch(83.9 45.8 130.5) |
| OKLCH | oklch(0.851 0.118 133.3) |
Copy-ready code
/* CSS */
color: #afdf8e;
background-color: #afdf8e;
/* Tailwind (arbitrary) */
class="text-[#afdf8e] bg-[#afdf8e]"
/* SCSS */
$brand: #afdf8e;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#afdf8e")Accessibility — WCAG contrast
Aa
#afdf8e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf8e on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue55.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow36.3%
Key (black)12.5%
Color previews
#afdf8e text on a black background
contrast 13.77:1
Card sample
#afdf8e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf8e;
Background color
Panel with #afdf8e background
background-color: #afdf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf8e; background: linear-gradient(135deg, #afdf8e, #8EDFA3);