#afd87c
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 124
HSL
87°, 54%, 67%
CMYK
19, 0, 43, 15
Luminance
0.5968
Every format
| HEX | #afd87c |
| RGB | rgb(175, 216, 124) |
| HSL | hsl(87, 54%, 67%) |
| CMYK | cmyk(19%, 0%, 43%, 15%) |
| LAB | lab(81.7 -28.8 41.0) |
| LCH | lch(81.7 50.0 125.1) |
| OKLCH | oklch(0.832 0.127 128.5) |
Copy-ready code
/* CSS */
color: #afd87c;
background-color: #afd87c;
/* Tailwind (arbitrary) */
class="text-[#afd87c] bg-[#afd87c]"
/* SCSS */
$brand: #afd87c;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.486)
/* Android */
Color.parseColor("#afd87c")Accessibility — WCAG contrast
Aa
#afd87c on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd87c on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue48.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow42.6%
Key (black)15.3%
Color previews
#afd87c text on a black background
contrast 12.94:1
Card sample
#afd87c text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd87c;
Background color
Panel with #afd87c background
background-color: #afd87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd87c; background: linear-gradient(135deg, #afd87c, #7CD886);