#a0d430
a balanced, vivid green · cool · closest name: olivedrab
RGB
160, 212, 48
HSL
79°, 66%, 51%
CMYK
25, 0, 77, 17
Luminance
0.5477
Every format
| HEX | #a0d430 |
| RGB | rgb(160, 212, 48) |
| HSL | hsl(79, 66%, 51%) |
| CMYK | cmyk(25%, 0%, 77%, 17%) |
| LAB | lab(78.9 -38.9 69.5) |
| LCH | lch(78.9 79.7 119.2) |
| OKLCH | oklch(0.805 0.190 126.3) |
Copy-ready code
/* CSS */
color: #a0d430;
background-color: #a0d430;
/* Tailwind (arbitrary) */
class="text-[#a0d430] bg-[#a0d430]"
/* SCSS */
$brand: #a0d430;
/* SwiftUI */
Color(red: 0.627, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#a0d430")Accessibility — WCAG contrast
Aa
#a0d430 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0d430 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green83.1%
Blue18.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#a0d430 text on a black background
contrast 11.95:1
Card sample
#a0d430 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0d430;
Background color
Panel with #a0d430 background
background-color: #a0d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0d430; background: linear-gradient(135deg, #a0d430, #33D430);