#a9da3a
a balanced, vivid green · cool · closest name: olivedrab
RGB
169, 218, 58
HSL
78°, 68%, 54%
CMYK
23, 0, 73, 15
Luminance
0.5888
Every format
| HEX | #a9da3a |
| RGB | rgb(169, 218, 58) |
| HSL | hsl(78, 68%, 54%) |
| CMYK | cmyk(23%, 0%, 73%, 15%) |
| LAB | lab(81.2 -37.6 68.8) |
| LCH | lch(81.2 78.4 118.7) |
| OKLCH | oklch(0.825 0.188 125.5) |
Copy-ready code
/* CSS */
color: #a9da3a;
background-color: #a9da3a;
/* Tailwind (arbitrary) */
class="text-[#a9da3a] bg-[#a9da3a]"
/* SCSS */
$brand: #a9da3a;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.227)
/* Android */
Color.parseColor("#a9da3a")Accessibility — WCAG contrast
Aa
#a9da3a on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9da3a on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue22.7%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow73.4%
Key (black)14.5%
Color previews
#a9da3a text on a black background
contrast 12.78:1
Card sample
#a9da3a text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9da3a;
Background color
Panel with #a9da3a background
background-color: #a9da3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9da3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9da3a; background: linear-gradient(135deg, #a9da3a, #3EDA3A);