#8cff44
a balanced, electric green · cool · closest name: lime
RGB
140, 255, 68
HSL
97°, 100%, 63%
CMYK
45, 0, 73, 0
Luminance
0.7751
Every format
| HEX | #8cff44 |
| RGB | rgb(140, 255, 68) |
| HSL | hsl(97, 100%, 63%) |
| CMYK | cmyk(45%, 0%, 73%, 0%) |
| LAB | lab(90.6 -62.2 74.1) |
| LCH | lch(90.6 96.7 130.0) |
| OKLCH | oklch(0.898 0.240 136.2) |
Copy-ready code
/* CSS */
color: #8cff44;
background-color: #8cff44;
/* Tailwind (arbitrary) */
class="text-[#8cff44] bg-[#8cff44]"
/* SCSS */
$brand: #8cff44;
/* SwiftUI */
Color(red: 0.549, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#8cff44")Accessibility — WCAG contrast
Aa
#8cff44 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cff44 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green100.0%
Blue26.7%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#8cff44 text on a black background
contrast 16.50:1
Card sample
#8cff44 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cff44;
Background color
Panel with #8cff44 background
background-color: #8cff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cff44; background: linear-gradient(135deg, #8cff44, #44FF79);