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