#afdc8b
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 139
HSL
93°, 54%, 70%
CMYK
21, 0, 37, 14
Luminance
0.6216
Every format
| HEX | #afdc8b |
| RGB | rgb(175, 220, 139) |
| HSL | hsl(93, 54%, 70%) |
| CMYK | cmyk(21%, 0%, 37%, 14%) |
| LAB | lab(83.0 -28.7 35.1) |
| LCH | lch(83.0 45.4 129.3) |
| OKLCH | oklch(0.843 0.117 132.1) |
Copy-ready code
/* CSS */
color: #afdc8b;
background-color: #afdc8b;
/* Tailwind (arbitrary) */
class="text-[#afdc8b] bg-[#afdc8b]"
/* SCSS */
$brand: #afdc8b;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.545)
/* Android */
Color.parseColor("#afdc8b")Accessibility — WCAG contrast
Aa
#afdc8b on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc8b on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue54.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow36.8%
Key (black)13.7%
Color previews
#afdc8b text on a black background
contrast 13.43:1
Card sample
#afdc8b text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc8b;
Background color
Panel with #afdc8b background
background-color: #afdc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc8b; background: linear-gradient(135deg, #afdc8b, #8BDC9D);