#a5fd13
a balanced, electric green · cool · closest name: lime
RGB
165, 253, 19
HSL
83°, 98%, 53%
CMYK
35, 0, 93, 1
Luminance
0.7830
Every format
| HEX | #a5fd13 |
| RGB | rgb(165, 253, 19) |
| HSL | hsl(83, 98%, 53%) |
| CMYK | cmyk(35%, 0%, 93%, 1%) |
| LAB | lab(90.9 -55.2 85.7) |
| LCH | lch(90.9 101.9 122.8) |
| OKLCH | oklch(0.903 0.243 130.7) |
Copy-ready code
/* CSS */
color: #a5fd13;
background-color: #a5fd13;
/* Tailwind (arbitrary) */
class="text-[#a5fd13] bg-[#a5fd13]"
/* SCSS */
$brand: #a5fd13;
/* SwiftUI */
Color(red: 0.647, green: 0.992, blue: 0.075)
/* Android */
Color.parseColor("#a5fd13")Accessibility — WCAG contrast
Aa
#a5fd13 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5fd13 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green99.2%
Blue7.5%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow92.5%
Key (black)0.8%
Color previews
#a5fd13 text on a black background
contrast 16.66:1
Card sample
#a5fd13 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5fd13;
Background color
Panel with #a5fd13 background
background-color: #a5fd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5fd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 253, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 253, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5fd13; background: linear-gradient(135deg, #a5fd13, #13FD1D);