#a4d87c
a light, vivid green · cool · closest name: khaki
RGB
164, 216, 124
HSL
94°, 54%, 67%
CMYK
24, 0, 43, 15
Luminance
0.5846
Every format
| HEX | #a4d87c |
| RGB | rgb(164, 216, 124) |
| HSL | hsl(94, 54%, 67%) |
| CMYK | cmyk(24%, 0%, 43%, 15%) |
| LAB | lab(81.0 -32.8 40.0) |
| LCH | lch(81.0 51.7 129.3) |
| OKLCH | oklch(0.825 0.133 132.7) |
Copy-ready code
/* CSS */
color: #a4d87c;
background-color: #a4d87c;
/* Tailwind (arbitrary) */
class="text-[#a4d87c] bg-[#a4d87c]"
/* SCSS */
$brand: #a4d87c;
/* SwiftUI */
Color(red: 0.643, green: 0.847, blue: 0.486)
/* Android */
Color.parseColor("#a4d87c")Accessibility — WCAG contrast
Aa
#a4d87c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4d87c on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green84.7%
Blue48.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow42.6%
Key (black)15.3%
Color previews
#a4d87c text on a black background
contrast 12.69:1
Card sample
#a4d87c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4d87c;
Background color
Panel with #a4d87c background
background-color: #a4d87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4d87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 216, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 216, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4d87c; background: linear-gradient(135deg, #a4d87c, #7CD891);