#afd795
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 149
HSL
96°, 45%, 71%
CMYK
19, 0, 31, 16
Luminance
0.5988
Every format
| HEX | #afd795 |
| RGB | rgb(175, 215, 149) |
| HSL | hsl(96, 45%, 71%) |
| CMYK | cmyk(19%, 0%, 31%, 16%) |
| LAB | lab(81.8 -24.9 28.4) |
| LCH | lch(81.8 37.8 131.3) |
| OKLCH | oklch(0.834 0.098 133.5) |
Copy-ready code
/* CSS */
color: #afd795;
background-color: #afd795;
/* Tailwind (arbitrary) */
class="text-[#afd795] bg-[#afd795]"
/* SCSS */
$brand: #afd795;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.584)
/* Android */
Color.parseColor("#afd795")Accessibility — WCAG contrast
Aa
#afd795 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd795 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue58.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow30.7%
Key (black)15.7%
Color previews
#afd795 text on a black background
contrast 12.98:1
Card sample
#afd795 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd795;
Background color
Panel with #afd795 background
background-color: #afd795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd795; background: linear-gradient(135deg, #afd795, #95D7A7);