#8afe13
a balanced, electric green · cool · closest name: lime
RGB
138, 254, 19
HSL
90°, 99%, 54%
CMYK
46, 0, 93, 0
Luminance
0.7633
Every format
| HEX | #8afe13 |
| RGB | rgb(138, 254, 19) |
| HSL | hsl(90, 99%, 54%) |
| CMYK | cmyk(46%, 0%, 93%, 0%) |
| LAB | lab(90.0 -64.3 84.5) |
| LCH | lch(90.0 106.2 127.3) |
| OKLCH | oklch(0.893 0.257 134.8) |
Copy-ready code
/* CSS */
color: #8afe13;
background-color: #8afe13;
/* Tailwind (arbitrary) */
class="text-[#8afe13] bg-[#8afe13]"
/* SCSS */
$brand: #8afe13;
/* SwiftUI */
Color(red: 0.541, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#8afe13")Accessibility — WCAG contrast
Aa
#8afe13 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afe13 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green99.6%
Blue7.5%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#8afe13 text on a black background
contrast 16.27:1
Card sample
#8afe13 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afe13;
Background color
Panel with #8afe13 background
background-color: #8afe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afe13; background: linear-gradient(135deg, #8afe13, #13FE38);