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