#a5d310
a dark, electric green · cool · closest name: yellow
RGB
165, 211, 16
HSL
74°, 86%, 45%
CMYK
22, 0, 92, 17
Luminance
0.5463
Every format
| HEX | #a5d310 |
| RGB | rgb(165, 211, 16) |
| HSL | hsl(74, 86%, 45%) |
| CMYK | cmyk(22%, 0%, 92%, 17%) |
| LAB | lab(78.8 -37.5 76.4) |
| LCH | lch(78.8 85.1 116.1) |
| OKLCH | oklch(0.805 0.197 124.1) |
Copy-ready code
/* CSS */
color: #a5d310;
background-color: #a5d310;
/* Tailwind (arbitrary) */
class="text-[#a5d310] bg-[#a5d310]"
/* SCSS */
$brand: #a5d310;
/* SwiftUI */
Color(red: 0.647, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#a5d310")Accessibility — WCAG contrast
Aa
#a5d310 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5d310 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green82.7%
Blue6.3%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#a5d310 text on a black background
contrast 11.93:1
Card sample
#a5d310 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5d310;
Background color
Panel with #a5d310 background
background-color: #a5d310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5d310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5d310; background: linear-gradient(135deg, #a5d310, #23D310);