#afd897
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 151
HSL
98°, 46%, 72%
CMYK
19, 0, 30, 15
Luminance
0.6046
Every format
| HEX | #afd897 |
| RGB | rgb(175, 216, 151) |
| HSL | hsl(98, 46%, 72%) |
| CMYK | cmyk(19%, 0%, 30%, 15%) |
| LAB | lab(82.1 -25.1 27.8) |
| LCH | lch(82.1 37.5 132.1) |
| OKLCH | oklch(0.837 0.098 134.3) |
Copy-ready code
/* CSS */
color: #afd897;
background-color: #afd897;
/* Tailwind (arbitrary) */
class="text-[#afd897] bg-[#afd897]"
/* SCSS */
$brand: #afd897;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.592)
/* Android */
Color.parseColor("#afd897")Accessibility — WCAG contrast
Aa
#afd897 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd897 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue59.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow30.1%
Key (black)15.3%
Color previews
#afd897 text on a black background
contrast 13.09:1
Card sample
#afd897 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd897;
Background color
Panel with #afd897 background
background-color: #afd897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd897; background: linear-gradient(135deg, #afd897, #97D8AA);