#a0d708
a dark, electric green · cool · closest name: yellow
RGB
160, 215, 8
HSL
76°, 93%, 44%
CMYK
26, 0, 96, 16
Luminance
0.5609
Every format
| HEX | #a0d708 |
| RGB | rgb(160, 215, 8) |
| HSL | hsl(76, 93%, 44%) |
| CMYK | cmyk(26%, 0%, 96%, 16%) |
| LAB | lab(79.7 -41.3 77.8) |
| LCH | lch(79.7 88.1 118.0) |
| OKLCH | oklch(0.811 0.205 126.1) |
Copy-ready code
/* CSS */
color: #a0d708;
background-color: #a0d708;
/* Tailwind (arbitrary) */
class="text-[#a0d708] bg-[#a0d708]"
/* SCSS */
$brand: #a0d708;
/* SwiftUI */
Color(red: 0.627, green: 0.843, blue: 0.031)
/* Android */
Color.parseColor("#a0d708")Accessibility — WCAG contrast
Aa
#a0d708 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0d708 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green84.3%
Blue3.1%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow96.3%
Key (black)15.7%
Color previews
#a0d708 text on a black background
contrast 12.22:1
Card sample
#a0d708 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0d708;
Background color
Panel with #a0d708 background
background-color: #a0d708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0d708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 215, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 215, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0d708; background: linear-gradient(135deg, #a0d708, #16D708);