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