#afd76c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 108
HSL
82°, 57%, 63%
CMYK
19, 0, 50, 16
Luminance
0.5880
Every format
| HEX | #afd76c |
| RGB | rgb(175, 215, 108) |
| HSL | hsl(82, 57%, 63%) |
| CMYK | cmyk(19%, 0%, 50%, 16%) |
| LAB | lab(81.2 -30.1 48.1) |
| LCH | lch(81.2 56.8 122.0) |
| OKLCH | oklch(0.827 0.142 126.2) |
Copy-ready code
/* CSS */
color: #afd76c;
background-color: #afd76c;
/* Tailwind (arbitrary) */
class="text-[#afd76c] bg-[#afd76c]"
/* SCSS */
$brand: #afd76c;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.424)
/* Android */
Color.parseColor("#afd76c")Accessibility — WCAG contrast
Aa
#afd76c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd76c on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue42.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow49.8%
Key (black)15.7%
Color previews
#afd76c text on a black background
contrast 12.76:1
Card sample
#afd76c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd76c;
Background color
Panel with #afd76c background
background-color: #afd76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd76c; background: linear-gradient(135deg, #afd76c, #6CD770);