#a9d430
a balanced, vivid green · cool · closest name: olivedrab
RGB
169, 212, 48
HSL
76°, 66%, 51%
CMYK
20, 0, 77, 17
Luminance
0.5574
Every format
| HEX | #a9d430 |
| RGB | rgb(169, 212, 48) |
| HSL | hsl(76, 66%, 51%) |
| CMYK | cmyk(20%, 0%, 77%, 17%) |
| LAB | lab(79.5 -35.4 70.3) |
| LCH | lch(79.5 78.7 116.8) |
| OKLCH | oklch(0.811 0.186 123.9) |
Copy-ready code
/* CSS */
color: #a9d430;
background-color: #a9d430;
/* Tailwind (arbitrary) */
class="text-[#a9d430] bg-[#a9d430]"
/* SCSS */
$brand: #a9d430;
/* SwiftUI */
Color(red: 0.663, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#a9d430")Accessibility — WCAG contrast
Aa
#a9d430 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9d430 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green83.1%
Blue18.8%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#a9d430 text on a black background
contrast 12.15:1
Card sample
#a9d430 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9d430;
Background color
Panel with #a9d430 background
background-color: #a9d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9d430; background: linear-gradient(135deg, #a9d430, #3CD430);