#afdb9c
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 156
HSL
102°, 47%, 74%
CMYK
20, 0, 29, 14
Luminance
0.6218
Every format
| HEX | #afdb9c |
| RGB | rgb(175, 219, 156) |
| HSL | hsl(102, 47%, 74%) |
| CMYK | cmyk(20%, 0%, 29%, 14%) |
| LAB | lab(83.0 -25.8 26.4) |
| LCH | lch(83.0 37.0 134.3) |
| OKLCH | oklch(0.844 0.097 136.5) |
Copy-ready code
/* CSS */
color: #afdb9c;
background-color: #afdb9c;
/* Tailwind (arbitrary) */
class="text-[#afdb9c] bg-[#afdb9c]"
/* SCSS */
$brand: #afdb9c;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.612)
/* Android */
Color.parseColor("#afdb9c")Accessibility — WCAG contrast
Aa
#afdb9c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb9c on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue61.2%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow28.8%
Key (black)14.1%
Color previews
#afdb9c text on a black background
contrast 13.44:1
Card sample
#afdb9c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb9c;
Background color
Panel with #afdb9c background
background-color: #afdb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb9c; background: linear-gradient(135deg, #afdb9c, #9CDBB3);