#a9df64
a balanced, vivid green · cool · closest name: olivedrab
RGB
169, 223, 100
HSL
86°, 66%, 63%
CMYK
24, 0, 55, 13
Luminance
0.6213
Every format
| HEX | #a9df64 |
| RGB | rgb(169, 223, 100) |
| HSL | hsl(86, 66%, 63%) |
| CMYK | cmyk(24%, 0%, 55%, 13%) |
| LAB | lab(83.0 -36.8 53.9) |
| LCH | lch(83.0 65.3 124.3) |
| OKLCH | oklch(0.841 0.163 129.1) |
Copy-ready code
/* CSS */
color: #a9df64;
background-color: #a9df64;
/* Tailwind (arbitrary) */
class="text-[#a9df64] bg-[#a9df64]"
/* SCSS */
$brand: #a9df64;
/* SwiftUI */
Color(red: 0.663, green: 0.875, blue: 0.392)
/* Android */
Color.parseColor("#a9df64")Accessibility — WCAG contrast
Aa
#a9df64 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9df64 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green87.5%
Blue39.2%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow55.2%
Key (black)12.5%
Color previews
#a9df64 text on a black background
contrast 13.43:1
Card sample
#a9df64 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9df64;
Background color
Panel with #a9df64 background
background-color: #a9df64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9df64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 223, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 223, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9df64; background: linear-gradient(135deg, #a9df64, #64DF71);