#8bea21
a balanced, electric green · cool · closest name: lime
RGB
139, 234, 33
HSL
88°, 83%, 52%
CMYK
41, 0, 86, 8
Luminance
0.6444
Every format
| HEX | #8bea21 |
| RGB | rgb(139, 234, 33) |
| HSL | hsl(88, 83%, 52%) |
| CMYK | cmyk(41%, 0%, 86%, 8%) |
| LAB | lab(84.2 -56.1 77.5) |
| LCH | lch(84.2 95.7 125.9) |
| OKLCH | oklch(0.845 0.231 133.3) |
Copy-ready code
/* CSS */
color: #8bea21;
background-color: #8bea21;
/* Tailwind (arbitrary) */
class="text-[#8bea21] bg-[#8bea21]"
/* SCSS */
$brand: #8bea21;
/* SwiftUI */
Color(red: 0.545, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#8bea21")Accessibility — WCAG contrast
Aa
#8bea21 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bea21 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green91.8%
Blue12.9%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#8bea21 text on a black background
contrast 13.89:1
Card sample
#8bea21 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bea21;
Background color
Panel with #8bea21 background
background-color: #8bea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bea21; background: linear-gradient(135deg, #8bea21, #21EA3D);