#a9da6e
a balanced, vivid green · cool · closest name: khaki
RGB
169, 218, 110
HSL
87°, 59%, 64%
CMYK
23, 0, 50, 15
Luminance
0.5970
Every format
| HEX | #a9da6e |
| RGB | rgb(169, 218, 110) |
| HSL | hsl(87, 59%, 64%) |
| CMYK | cmyk(23%, 0%, 50%, 15%) |
| LAB | lab(81.7 -33.5 47.7) |
| LCH | lch(81.7 58.3 125.1) |
| OKLCH | oklch(0.831 0.147 129.3) |
Copy-ready code
/* CSS */
color: #a9da6e;
background-color: #a9da6e;
/* Tailwind (arbitrary) */
class="text-[#a9da6e] bg-[#a9da6e]"
/* SCSS */
$brand: #a9da6e;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.431)
/* Android */
Color.parseColor("#a9da6e")Accessibility — WCAG contrast
Aa
#a9da6e on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9da6e on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue43.1%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow49.5%
Key (black)14.5%
Color previews
#a9da6e text on a black background
contrast 12.94:1
Card sample
#a9da6e text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9da6e;
Background color
Panel with #a9da6e background
background-color: #a9da6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9da6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9da6e; background: linear-gradient(135deg, #a9da6e, #6EDA7B);