#afda9b
a light, vivid green · cool · closest name: khaki
RGB
175, 218, 155
HSL
101°, 46%, 73%
CMYK
20, 0, 29, 15
Luminance
0.6162
Every format
| HEX | #afda9b |
| RGB | rgb(175, 218, 155) |
| HSL | hsl(101, 46%, 73%) |
| CMYK | cmyk(20%, 0%, 29%, 15%) |
| LAB | lab(82.7 -25.5 26.6) |
| LCH | lch(82.7 36.8 133.8) |
| OKLCH | oklch(0.842 0.096 136.0) |
Copy-ready code
/* CSS */
color: #afda9b;
background-color: #afda9b;
/* Tailwind (arbitrary) */
class="text-[#afda9b] bg-[#afda9b]"
/* SCSS */
$brand: #afda9b;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.608)
/* Android */
Color.parseColor("#afda9b")Accessibility — WCAG contrast
Aa
#afda9b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda9b on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue60.8%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow28.9%
Key (black)14.5%
Color previews
#afda9b text on a black background
contrast 13.32:1
Card sample
#afda9b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda9b;
Background color
Panel with #afda9b background
background-color: #afda9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda9b; background: linear-gradient(135deg, #afda9b, #9BDAB1);