#8bff5f
a light, electric green · cool · closest name: lime
RGB
139, 255, 95
HSL
104°, 100%, 69%
CMYK
46, 0, 63, 0
Luminance
0.7784
Every format
| HEX | #8bff5f |
| RGB | rgb(139, 255, 95) |
| HSL | hsl(104, 100%, 69%) |
| CMYK | cmyk(46%, 0%, 63%, 0%) |
| LAB | lab(90.7 -60.5 64.4) |
| LCH | lch(90.7 88.3 133.2) |
| OKLCH | oklch(0.899 0.224 138.2) |
Copy-ready code
/* CSS */
color: #8bff5f;
background-color: #8bff5f;
/* Tailwind (arbitrary) */
class="text-[#8bff5f] bg-[#8bff5f]"
/* SCSS */
$brand: #8bff5f;
/* SwiftUI */
Color(red: 0.545, green: 1.000, blue: 0.373)
/* Android */
Color.parseColor("#8bff5f")Accessibility — WCAG contrast
Aa
#8bff5f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bff5f on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green100.0%
Blue37.3%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow62.7%
Key (black)0.0%
Color previews
#8bff5f text on a black background
contrast 16.57:1
Card sample
#8bff5f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bff5f;
Background color
Panel with #8bff5f background
background-color: #8bff5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bff5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 255, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 255, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bff5f; background: linear-gradient(135deg, #8bff5f, #5FFF9E);