#a8ff13
a balanced, electric green · cool · closest name: lime
RGB
168, 255, 19
HSL
82°, 100%, 54%
CMYK
34, 0, 93, 0
Luminance
0.7989
Every format
| HEX | #a8ff13 |
| RGB | rgb(168, 255, 19) |
| HSL | hsl(82, 100%, 54%) |
| CMYK | cmyk(34%, 0%, 93%, 0%) |
| LAB | lab(91.6 -54.9 86.4) |
| LCH | lch(91.6 102.3 122.5) |
| OKLCH | oklch(0.909 0.243 130.4) |
Copy-ready code
/* CSS */
color: #a8ff13;
background-color: #a8ff13;
/* Tailwind (arbitrary) */
class="text-[#a8ff13] bg-[#a8ff13]"
/* SCSS */
$brand: #a8ff13;
/* SwiftUI */
Color(red: 0.659, green: 1.000, blue: 0.075)
/* Android */
Color.parseColor("#a8ff13")Accessibility — WCAG contrast
Aa
#a8ff13 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ff13 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green100.0%
Blue7.5%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow92.5%
Key (black)0.0%
Color previews
#a8ff13 text on a black background
contrast 16.98:1
Card sample
#a8ff13 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ff13;
Background color
Panel with #a8ff13 background
background-color: #a8ff13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ff13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 255, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 255, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ff13; background: linear-gradient(135deg, #a8ff13, #13FF1B);