#8bd921
a balanced, vivid green · cool · closest name: lime
RGB
139, 217, 33
HSL
85°, 74%, 49%
CMYK
36, 0, 85, 15
Luminance
0.5522
Every format
| HEX | #8bd921 |
| RGB | rgb(139, 217, 33) |
| HSL | hsl(85, 74%, 49%) |
| CMYK | cmyk(36%, 0%, 85%, 15%) |
| LAB | lab(79.2 -49.3 73.2) |
| LCH | lch(79.2 88.3 124.0) |
| OKLCH | oklch(0.804 0.212 131.4) |
Copy-ready code
/* CSS */
color: #8bd921;
background-color: #8bd921;
/* Tailwind (arbitrary) */
class="text-[#8bd921] bg-[#8bd921]"
/* SCSS */
$brand: #8bd921;
/* SwiftUI */
Color(red: 0.545, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#8bd921")Accessibility — WCAG contrast
Aa
#8bd921 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bd921 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green85.1%
Blue12.9%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#8bd921 text on a black background
contrast 12.04:1
Card sample
#8bd921 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bd921;
Background color
Panel with #8bd921 background
background-color: #8bd921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bd921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bd921; background: linear-gradient(135deg, #8bd921, #21D932);