#afd762
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 98
HSL
81°, 59%, 61%
CMYK
19, 0, 54, 16
Luminance
0.5860
Every format
| HEX | #afd762 |
| RGB | rgb(175, 215, 98) |
| HSL | hsl(81, 59%, 61%) |
| CMYK | cmyk(19%, 0%, 54%, 16%) |
| LAB | lab(81.1 -31.1 52.7) |
| LCH | lch(81.1 61.1 120.5) |
| OKLCH | oklch(0.826 0.152 125.3) |
Copy-ready code
/* CSS */
color: #afd762;
background-color: #afd762;
/* Tailwind (arbitrary) */
class="text-[#afd762] bg-[#afd762]"
/* SCSS */
$brand: #afd762;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.384)
/* Android */
Color.parseColor("#afd762")Accessibility — WCAG contrast
Aa
#afd762 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd762 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue38.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow54.4%
Key (black)15.7%
Color previews
#afd762 text on a black background
contrast 12.72:1
Card sample
#afd762 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd762;
Background color
Panel with #afd762 background
background-color: #afd762;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd762;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd762; background: linear-gradient(135deg, #afd762, #62D763);