#afd77e
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 126
HSL
87°, 53%, 67%
CMYK
19, 0, 41, 16
Luminance
0.5922
Every format
| HEX | #afd77e |
| RGB | rgb(175, 215, 126) |
| HSL | hsl(87, 53%, 67%) |
| CMYK | cmyk(19%, 0%, 41%, 16%) |
| LAB | lab(81.4 -28.1 39.6) |
| LCH | lch(81.4 48.6 125.3) |
| OKLCH | oklch(0.830 0.124 128.6) |
Copy-ready code
/* CSS */
color: #afd77e;
background-color: #afd77e;
/* Tailwind (arbitrary) */
class="text-[#afd77e] bg-[#afd77e]"
/* SCSS */
$brand: #afd77e;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.494)
/* Android */
Color.parseColor("#afd77e")Accessibility — WCAG contrast
Aa
#afd77e on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd77e on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue49.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow41.4%
Key (black)15.7%
Color previews
#afd77e text on a black background
contrast 12.84:1
Card sample
#afd77e text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd77e;
Background color
Panel with #afd77e background
background-color: #afd77e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd77e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd77e; background: linear-gradient(135deg, #afd77e, #7ED788);