#a0d310
a dark, electric green · cool · closest name: yellow
RGB
160, 211, 16
HSL
76°, 86%, 45%
CMYK
24, 0, 92, 17
Luminance
0.5410
Every format
| HEX | #a0d310 |
| RGB | rgb(160, 211, 16) |
| HSL | hsl(76, 86%, 45%) |
| CMYK | cmyk(24%, 0%, 92%, 17%) |
| LAB | lab(78.5 -39.4 76.0) |
| LCH | lch(78.5 85.7 117.4) |
| OKLCH | oklch(0.801 0.200 125.4) |
Copy-ready code
/* CSS */
color: #a0d310;
background-color: #a0d310;
/* Tailwind (arbitrary) */
class="text-[#a0d310] bg-[#a0d310]"
/* SCSS */
$brand: #a0d310;
/* SwiftUI */
Color(red: 0.627, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#a0d310")Accessibility — WCAG contrast
Aa
#a0d310 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0d310 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green82.7%
Blue6.3%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#a0d310 text on a black background
contrast 11.82:1
Card sample
#a0d310 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0d310;
Background color
Panel with #a0d310 background
background-color: #a0d310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0d310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0d310; background: linear-gradient(135deg, #a0d310, #1ED310);