#8be921
a balanced, electric green · cool · closest name: lime
RGB
139, 233, 33
HSL
88°, 82%, 52%
CMYK
40, 0, 86, 9
Luminance
0.6388
Every format
| HEX | #8be921 |
| RGB | rgb(139, 233, 33) |
| HSL | hsl(88, 82%, 52%) |
| CMYK | cmyk(40%, 0%, 86%, 9%) |
| LAB | lab(83.9 -55.7 77.3) |
| LCH | lch(83.9 95.3 125.8) |
| OKLCH | oklch(0.843 0.230 133.2) |
Copy-ready code
/* CSS */
color: #8be921;
background-color: #8be921;
/* Tailwind (arbitrary) */
class="text-[#8be921] bg-[#8be921]"
/* SCSS */
$brand: #8be921;
/* SwiftUI */
Color(red: 0.545, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#8be921")Accessibility — WCAG contrast
Aa
#8be921 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8be921 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green91.4%
Blue12.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#8be921 text on a black background
contrast 13.78:1
Card sample
#8be921 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8be921;
Background color
Panel with #8be921 background
background-color: #8be921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8be921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8be921; background: linear-gradient(135deg, #8be921, #21E93C);