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