#afda7b
a light, vivid green · cool · closest name: khaki
RGB
175, 218, 123
HSL
87°, 56%, 67%
CMYK
20, 0, 44, 15
Luminance
0.6069
Every format
| HEX | #afda7b |
| RGB | rgb(175, 218, 123) |
| HSL | hsl(87, 56%, 67%) |
| CMYK | cmyk(20%, 0%, 44%, 15%) |
| LAB | lab(82.2 -29.8 42.1) |
| LCH | lch(82.2 51.6 125.3) |
| OKLCH | oklch(0.836 0.131 128.8) |
Copy-ready code
/* CSS */
color: #afda7b;
background-color: #afda7b;
/* Tailwind (arbitrary) */
class="text-[#afda7b] bg-[#afda7b]"
/* SCSS */
$brand: #afda7b;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.482)
/* Android */
Color.parseColor("#afda7b")Accessibility — WCAG contrast
Aa
#afda7b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda7b on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue48.2%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow43.6%
Key (black)14.5%
Color previews
#afda7b text on a black background
contrast 13.14:1
Card sample
#afda7b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda7b;
Background color
Panel with #afda7b background
background-color: #afda7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda7b; background: linear-gradient(135deg, #afda7b, #7BDA87);