#a9da0e
a balanced, electric green · cool · closest name: yellow
RGB
169, 218, 14
HSL
74°, 88%, 46%
CMYK
23, 0, 94, 15
Luminance
0.5861
Every format
| HEX | #a9da0e |
| RGB | rgb(169, 218, 14) |
| HSL | hsl(74, 88%, 46%) |
| CMYK | cmyk(23%, 0%, 94%, 15%) |
| LAB | lab(81.1 -39.1 78.5) |
| LCH | lch(81.1 87.7 116.4) |
| OKLCH | oklch(0.824 0.203 124.5) |
Copy-ready code
/* CSS */
color: #a9da0e;
background-color: #a9da0e;
/* Tailwind (arbitrary) */
class="text-[#a9da0e] bg-[#a9da0e]"
/* SCSS */
$brand: #a9da0e;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.055)
/* Android */
Color.parseColor("#a9da0e")Accessibility — WCAG contrast
Aa
#a9da0e on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9da0e on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue5.5%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow93.6%
Key (black)14.5%
Color previews
#a9da0e text on a black background
contrast 12.72:1
Card sample
#a9da0e text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9da0e;
Background color
Panel with #a9da0e background
background-color: #a9da0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9da0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9da0e; background: linear-gradient(135deg, #a9da0e, #21DA0E);