#afd775
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 117
HSL
85°, 55%, 65%
CMYK
19, 0, 46, 16
Luminance
0.5900
Every format
| HEX | #afd775 |
| RGB | rgb(175, 215, 117) |
| HSL | hsl(85, 55%, 65%) |
| CMYK | cmyk(19%, 0%, 46%, 16%) |
| LAB | lab(81.3 -29.1 43.9) |
| LCH | lch(81.3 52.7 123.5) |
| OKLCH | oklch(0.829 0.133 127.3) |
Copy-ready code
/* CSS */
color: #afd775;
background-color: #afd775;
/* Tailwind (arbitrary) */
class="text-[#afd775] bg-[#afd775]"
/* SCSS */
$brand: #afd775;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.459)
/* Android */
Color.parseColor("#afd775")Accessibility — WCAG contrast
Aa
#afd775 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd775 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue45.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow45.6%
Key (black)15.7%
Color previews
#afd775 text on a black background
contrast 12.80:1
Card sample
#afd775 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd775;
Background color
Panel with #afd775 background
background-color: #afd775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd775; background: linear-gradient(135deg, #afd775, #75D77C);