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