#afd894
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 148
HSL
96°, 47%, 71%
CMYK
19, 0, 32, 15
Luminance
0.6036
Every format
| HEX | #afd894 |
| RGB | rgb(175, 216, 148) |
| HSL | hsl(96, 47%, 71%) |
| CMYK | cmyk(19%, 0%, 32%, 15%) |
| LAB | lab(82.0 -25.6 29.3) |
| LCH | lch(82.0 38.9 131.1) |
| OKLCH | oklch(0.836 0.101 133.5) |
Copy-ready code
/* CSS */
color: #afd894;
background-color: #afd894;
/* Tailwind (arbitrary) */
class="text-[#afd894] bg-[#afd894]"
/* SCSS */
$brand: #afd894;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.580)
/* Android */
Color.parseColor("#afd894")Accessibility — WCAG contrast
Aa
#afd894 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd894 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue58.0%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow31.5%
Key (black)15.3%
Color previews
#afd894 text on a black background
contrast 13.07:1
Card sample
#afd894 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd894;
Background color
Panel with #afd894 background
background-color: #afd894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd894; background: linear-gradient(135deg, #afd894, #94D8A6);