#afdf9c
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 156
HSL
103°, 51%, 74%
CMYK
22, 0, 30, 13
Luminance
0.6429
Every format
| HEX | #afdf9c |
| RGB | rgb(175, 223, 156) |
| HSL | hsl(103, 51%, 74%) |
| CMYK | cmyk(22%, 0%, 30%, 13%) |
| LAB | lab(84.1 -27.7 27.9) |
| LCH | lch(84.1 39.4 134.8) |
| OKLCH | oklch(0.853 0.103 137.0) |
Copy-ready code
/* CSS */
color: #afdf9c;
background-color: #afdf9c;
/* Tailwind (arbitrary) */
class="text-[#afdf9c] bg-[#afdf9c]"
/* SCSS */
$brand: #afdf9c;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#afdf9c")Accessibility — WCAG contrast
Aa
#afdf9c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf9c on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue61.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow30.0%
Key (black)12.5%
Color previews
#afdf9c text on a black background
contrast 13.86:1
Card sample
#afdf9c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf9c;
Background color
Panel with #afdf9c background
background-color: #afdf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf9c; background: linear-gradient(135deg, #afdf9c, #9CDFB6);