#afdc8d
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 141
HSL
94°, 53%, 71%
CMYK
21, 0, 36, 14
Luminance
0.6222
Every format
| HEX | #afdc8d |
| RGB | rgb(175, 220, 141) |
| HSL | hsl(94, 53%, 71%) |
| CMYK | cmyk(21%, 0%, 36%, 14%) |
| LAB | lab(83.0 -28.5 34.2) |
| LCH | lch(83.0 44.5 129.8) |
| OKLCH | oklch(0.844 0.115 132.5) |
Copy-ready code
/* CSS */
color: #afdc8d;
background-color: #afdc8d;
/* Tailwind (arbitrary) */
class="text-[#afdc8d] bg-[#afdc8d]"
/* SCSS */
$brand: #afdc8d;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.553)
/* Android */
Color.parseColor("#afdc8d")Accessibility — WCAG contrast
Aa
#afdc8d on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc8d on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue55.3%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow35.9%
Key (black)13.7%
Color previews
#afdc8d text on a black background
contrast 13.44:1
Card sample
#afdc8d text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc8d;
Background color
Panel with #afdc8d background
background-color: #afdc8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc8d; background: linear-gradient(135deg, #afdc8d, #8DDCA0);