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