#8ce331
a balanced, electric green · cool · closest name: lime
RGB
140, 227, 49
HSL
89°, 76%, 54%
CMYK
38, 0, 78, 11
Luminance
0.6074
Every format
| HEX | #8ce331 |
| RGB | rgb(140, 227, 49) |
| HSL | hsl(89, 76%, 54%) |
| CMYK | cmyk(38%, 0%, 78%, 11%) |
| LAB | lab(82.2 -52.4 72.0) |
| LCH | lch(82.2 89.0 126.1) |
| OKLCH | oklch(0.829 0.217 132.9) |
Copy-ready code
/* CSS */
color: #8ce331;
background-color: #8ce331;
/* Tailwind (arbitrary) */
class="text-[#8ce331] bg-[#8ce331]"
/* SCSS */
$brand: #8ce331;
/* SwiftUI */
Color(red: 0.549, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#8ce331")Accessibility — WCAG contrast
Aa
#8ce331 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce331 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#8ce331 text on a black background
contrast 13.15:1
Card sample
#8ce331 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce331;
Background color
Panel with #8ce331 background
background-color: #8ce331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce331; background: linear-gradient(135deg, #8ce331, #31E34C);