#8ced13
a balanced, electric green · cool · closest name: lime
RGB
140, 237, 19
HSL
87°, 86%, 50%
CMYK
41, 0, 92, 7
Luminance
0.6619
Every format
| HEX | #8ced13 |
| RGB | rgb(140, 237, 19) |
| HSL | hsl(87, 86%, 50%) |
| CMYK | cmyk(41%, 0%, 92%, 7%) |
| LAB | lab(85.1 -57.3 80.5) |
| LCH | lch(85.1 98.8 125.4) |
| OKLCH | oklch(0.852 0.237 133.1) |
Copy-ready code
/* CSS */
color: #8ced13;
background-color: #8ced13;
/* Tailwind (arbitrary) */
class="text-[#8ced13] bg-[#8ced13]"
/* SCSS */
$brand: #8ced13;
/* SwiftUI */
Color(red: 0.549, green: 0.929, blue: 0.075)
/* Android */
Color.parseColor("#8ced13")Accessibility — WCAG contrast
Aa
#8ced13 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ced13 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.9%
Blue7.5%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow92.0%
Key (black)7.1%
Color previews
#8ced13 text on a black background
contrast 14.24:1
Card sample
#8ced13 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ced13;
Background color
Panel with #8ced13 background
background-color: #8ced13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ced13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 237, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 237, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ced13; background: linear-gradient(135deg, #8ced13, #13ED2B);