#afd88f
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 143
HSL
94°, 48%, 70%
CMYK
19, 0, 34, 15
Luminance
0.6021
Every format
| HEX | #afd88f |
| RGB | rgb(175, 216, 143) |
| HSL | hsl(94, 48%, 70%) |
| CMYK | cmyk(19%, 0%, 34%, 15%) |
| LAB | lab(82.0 -26.3 31.7) |
| LCH | lch(82.0 41.2 129.6) |
| OKLCH | oklch(0.835 0.107 132.2) |
Copy-ready code
/* CSS */
color: #afd88f;
background-color: #afd88f;
/* Tailwind (arbitrary) */
class="text-[#afd88f] bg-[#afd88f]"
/* SCSS */
$brand: #afd88f;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.561)
/* Android */
Color.parseColor("#afd88f")Accessibility — WCAG contrast
Aa
#afd88f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd88f on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue56.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow33.8%
Key (black)15.3%
Color previews
#afd88f text on a black background
contrast 13.04:1
Card sample
#afd88f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd88f;
Background color
Panel with #afd88f background
background-color: #afd88f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd88f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd88f; background: linear-gradient(135deg, #afd88f, #8FD8A0);