#a5df8c
a light, vivid green · cool · closest name: khaki
RGB
165, 223, 140
HSL
102°, 57%, 71%
CMYK
26, 0, 37, 13
Luminance
0.6267
Every format
| HEX | #a5df8c |
| RGB | rgb(165, 223, 140) |
| HSL | hsl(102, 57%, 71%) |
| CMYK | cmyk(26%, 0%, 37%, 13%) |
| LAB | lab(83.3 -33.5 34.9) |
| LCH | lch(83.3 48.4 133.9) |
| OKLCH | oklch(0.844 0.126 136.7) |
Copy-ready code
/* CSS */
color: #a5df8c;
background-color: #a5df8c;
/* Tailwind (arbitrary) */
class="text-[#a5df8c] bg-[#a5df8c]"
/* SCSS */
$brand: #a5df8c;
/* SwiftUI */
Color(red: 0.647, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#a5df8c")Accessibility — WCAG contrast
Aa
#a5df8c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5df8c on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green87.5%
Blue54.9%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#a5df8c text on a black background
contrast 13.53:1
Card sample
#a5df8c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5df8c;
Background color
Panel with #a5df8c background
background-color: #a5df8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5df8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5df8c; background: linear-gradient(135deg, #a5df8c, #8CDFAA);