#afd76f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 111
HSL
83°, 57%, 64%
CMYK
19, 0, 48, 16
Luminance
0.5886
Every format
| HEX | #afd76f |
| RGB | rgb(175, 215, 111) |
| HSL | hsl(83, 57%, 64%) |
| CMYK | cmyk(19%, 0%, 48%, 16%) |
| LAB | lab(81.2 -29.8 46.7) |
| LCH | lch(81.2 55.4 122.5) |
| OKLCH | oklch(0.828 0.139 126.6) |
Copy-ready code
/* CSS */
color: #afd76f;
background-color: #afd76f;
/* Tailwind (arbitrary) */
class="text-[#afd76f] bg-[#afd76f]"
/* SCSS */
$brand: #afd76f;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#afd76f")Accessibility — WCAG contrast
Aa
#afd76f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd76f on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue43.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#afd76f text on a black background
contrast 12.77:1
Card sample
#afd76f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd76f;
Background color
Panel with #afd76f background
background-color: #afd76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd76f; background: linear-gradient(135deg, #afd76f, #6FD774);