#abd310
a dark, electric green · cool · closest name: yellow
RGB
171, 211, 16
HSL
72°, 86%, 45%
CMYK
19, 0, 92, 17
Luminance
0.5528
Every format
| HEX | #abd310 |
| RGB | rgb(171, 211, 16) |
| HSL | hsl(72, 86%, 45%) |
| CMYK | cmyk(19%, 0%, 92%, 17%) |
| LAB | lab(79.2 -35.1 76.9) |
| LCH | lch(79.2 84.5 114.5) |
| OKLCH | oklch(0.809 0.195 122.5) |
Copy-ready code
/* CSS */
color: #abd310;
background-color: #abd310;
/* Tailwind (arbitrary) */
class="text-[#abd310] bg-[#abd310]"
/* SCSS */
$brand: #abd310;
/* SwiftUI */
Color(red: 0.671, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#abd310")Accessibility — WCAG contrast
Aa
#abd310 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd310 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.7%
Blue6.3%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#abd310 text on a black background
contrast 12.06:1
Card sample
#abd310 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd310;
Background color
Panel with #abd310 background
background-color: #abd310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd310; background: linear-gradient(135deg, #abd310, #29D310);