#afd889
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 137
HSL
91°, 50%, 69%
CMYK
19, 0, 37, 15
Luminance
0.6003
Every format
| HEX | #afd889 |
| RGB | rgb(175, 216, 137) |
| HSL | hsl(91, 50%, 69%) |
| CMYK | cmyk(19%, 0%, 37%, 15%) |
| LAB | lab(81.9 -27.1 34.7) |
| LCH | lch(81.9 44.0 128.0) |
| OKLCH | oklch(0.834 0.113 130.8) |
Copy-ready code
/* CSS */
color: #afd889;
background-color: #afd889;
/* Tailwind (arbitrary) */
class="text-[#afd889] bg-[#afd889]"
/* SCSS */
$brand: #afd889;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.537)
/* Android */
Color.parseColor("#afd889")Accessibility — WCAG contrast
Aa
#afd889 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd889 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue53.7%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow36.6%
Key (black)15.3%
Color previews
#afd889 text on a black background
contrast 13.01:1
Card sample
#afd889 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd889;
Background color
Panel with #afd889 background
background-color: #afd889;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd889;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd889; background: linear-gradient(135deg, #afd889, #89D898);