#afdc7d
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 125
HSL
88°, 58%, 68%
CMYK
21, 0, 43, 14
Luminance
0.6178
Every format
| HEX | #afdc7d |
| RGB | rgb(175, 220, 125) |
| HSL | hsl(88, 58%, 68%) |
| CMYK | cmyk(21%, 0%, 43%, 14%) |
| LAB | lab(82.8 -30.5 41.9) |
| LCH | lch(82.8 51.8 126.1) |
| OKLCH | oklch(0.841 0.132 129.6) |
Copy-ready code
/* CSS */
color: #afdc7d;
background-color: #afdc7d;
/* Tailwind (arbitrary) */
class="text-[#afdc7d] bg-[#afdc7d]"
/* SCSS */
$brand: #afdc7d;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.490)
/* Android */
Color.parseColor("#afdc7d")Accessibility — WCAG contrast
Aa
#afdc7d on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc7d on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue49.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow43.2%
Key (black)13.7%
Color previews
#afdc7d text on a black background
contrast 13.36:1
Card sample
#afdc7d text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc7d;
Background color
Panel with #afdc7d background
background-color: #afdc7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc7d; background: linear-gradient(135deg, #afdc7d, #7DDC8A);