#afdf8c
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 140
HSL
95°, 57%, 71%
CMYK
22, 0, 37, 13
Luminance
0.6378
Every format
| HEX | #afdf8c |
| RGB | rgb(175, 223, 140) |
| HSL | hsl(95, 57%, 71%) |
| CMYK | cmyk(22%, 0%, 37%, 13%) |
| LAB | lab(83.8 -30.0 35.8) |
| LCH | lch(83.8 46.7 130.0) |
| OKLCH | oklch(0.850 0.121 132.9) |
Copy-ready code
/* CSS */
color: #afdf8c;
background-color: #afdf8c;
/* Tailwind (arbitrary) */
class="text-[#afdf8c] bg-[#afdf8c]"
/* SCSS */
$brand: #afdf8c;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#afdf8c")Accessibility — WCAG contrast
Aa
#afdf8c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf8c on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue54.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#afdf8c text on a black background
contrast 13.76:1
Card sample
#afdf8c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf8c;
Background color
Panel with #afdf8c background
background-color: #afdf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf8c; background: linear-gradient(135deg, #afdf8c, #8CDFA0);