#afda8c
a light, vivid green · cool · closest name: khaki
RGB
175, 218, 140
HSL
93°, 51%, 70%
CMYK
20, 0, 36, 15
Luminance
0.6115
Every format
| HEX | #afda8c |
| RGB | rgb(175, 218, 140) |
| HSL | hsl(93, 51%, 70%) |
| CMYK | cmyk(20%, 0%, 36%, 15%) |
| LAB | lab(82.5 -27.6 33.9) |
| LCH | lch(82.5 43.8 129.2) |
| OKLCH | oklch(0.839 0.113 131.9) |
Copy-ready code
/* CSS */
color: #afda8c;
background-color: #afda8c;
/* Tailwind (arbitrary) */
class="text-[#afda8c] bg-[#afda8c]"
/* SCSS */
$brand: #afda8c;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.549)
/* Android */
Color.parseColor("#afda8c")Accessibility — WCAG contrast
Aa
#afda8c on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda8c on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue54.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow35.8%
Key (black)14.5%
Color previews
#afda8c text on a black background
contrast 13.23:1
Card sample
#afda8c text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda8c;
Background color
Panel with #afda8c background
background-color: #afda8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda8c; background: linear-gradient(135deg, #afda8c, #8CDA9D);