#a4df7c
a light, vivid green · cool · closest name: khaki
RGB
164, 223, 124
HSL
96°, 61%, 68%
CMYK
27, 0, 44, 13
Luminance
0.6212
Every format
| HEX | #a4df7c |
| RGB | rgb(164, 223, 124) |
| HSL | hsl(96, 61%, 68%) |
| CMYK | cmyk(27%, 0%, 44%, 13%) |
| LAB | lab(83.0 -36.0 42.5) |
| LCH | lch(83.0 55.7 130.3) |
| OKLCH | oklch(0.841 0.143 133.8) |
Copy-ready code
/* CSS */
color: #a4df7c;
background-color: #a4df7c;
/* Tailwind (arbitrary) */
class="text-[#a4df7c] bg-[#a4df7c]"
/* SCSS */
$brand: #a4df7c;
/* SwiftUI */
Color(red: 0.643, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#a4df7c")Accessibility — WCAG contrast
Aa
#a4df7c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4df7c on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green87.5%
Blue48.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#a4df7c text on a black background
contrast 13.42:1
Card sample
#a4df7c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4df7c;
Background color
Panel with #a4df7c background
background-color: #a4df7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4df7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4df7c; background: linear-gradient(135deg, #a4df7c, #7CDF96);