#8bfb21
a balanced, electric green · cool · closest name: lime
RGB
139, 251, 33
HSL
91°, 97%, 56%
CMYK
45, 0, 87, 2
Luminance
0.7459
Every format
| HEX | #8bfb21 |
| RGB | rgb(139, 251, 33) |
| HSL | hsl(91, 97%, 56%) |
| CMYK | cmyk(45%, 0%, 87%, 2%) |
| LAB | lab(89.2 -62.5 81.8) |
| LCH | lch(89.2 103.0 127.4) |
| OKLCH | oklch(0.886 0.250 134.7) |
Copy-ready code
/* CSS */
color: #8bfb21;
background-color: #8bfb21;
/* Tailwind (arbitrary) */
class="text-[#8bfb21] bg-[#8bfb21]"
/* SCSS */
$brand: #8bfb21;
/* SwiftUI */
Color(red: 0.545, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#8bfb21")Accessibility — WCAG contrast
Aa
#8bfb21 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfb21 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green98.4%
Blue12.9%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#8bfb21 text on a black background
contrast 15.92:1
Card sample
#8bfb21 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfb21;
Background color
Panel with #8bfb21 background
background-color: #8bfb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfb21; background: linear-gradient(135deg, #8bfb21, #21FB48);