#8ae113
a balanced, electric green · cool · closest name: lime
RGB
138, 225, 19
HSL
85°, 84%, 48%
CMYK
39, 0, 92, 12
Luminance
0.5930
Every format
| HEX | #8ae113 |
| RGB | rgb(138, 225, 19) |
| HSL | hsl(85, 84%, 48%) |
| CMYK | cmyk(39%, 0%, 92%, 12%) |
| LAB | lab(81.5 -53.3 77.5) |
| LCH | lch(81.5 94.1 124.5) |
| OKLCH | oklch(0.822 0.225 132.2) |
Copy-ready code
/* CSS */
color: #8ae113;
background-color: #8ae113;
/* Tailwind (arbitrary) */
class="text-[#8ae113] bg-[#8ae113]"
/* SCSS */
$brand: #8ae113;
/* SwiftUI */
Color(red: 0.541, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#8ae113")Accessibility — WCAG contrast
Aa
#8ae113 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ae113 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green88.2%
Blue7.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow91.6%
Key (black)11.8%
Color previews
#8ae113 text on a black background
contrast 12.86:1
Card sample
#8ae113 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ae113;
Background color
Panel with #8ae113 background
background-color: #8ae113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ae113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ae113; background: linear-gradient(135deg, #8ae113, #13E125);