#8feb32
a balanced, electric green · cool · closest name: lime
RGB
143, 235, 50
HSL
90°, 82%, 56%
CMYK
39, 0, 79, 8
Luminance
0.6549
Every format
| HEX | #8feb32 |
| RGB | rgb(143, 235, 50) |
| HSL | hsl(90, 82%, 56%) |
| CMYK | cmyk(39%, 0%, 79%, 8%) |
| LAB | lab(84.7 -54.5 74.0) |
| LCH | lch(84.7 92.0 126.4) |
| OKLCH | oklch(0.850 0.224 133.3) |
Copy-ready code
/* CSS */
color: #8feb32;
background-color: #8feb32;
/* Tailwind (arbitrary) */
class="text-[#8feb32] bg-[#8feb32]"
/* SCSS */
$brand: #8feb32;
/* SwiftUI */
Color(red: 0.561, green: 0.922, blue: 0.196)
/* Android */
Color.parseColor("#8feb32")Accessibility — WCAG contrast
Aa
#8feb32 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feb32 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.2%
Blue19.6%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow78.7%
Key (black)7.8%
Color previews
#8feb32 text on a black background
contrast 14.10:1
Card sample
#8feb32 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feb32;
Background color
Panel with #8feb32 background
background-color: #8feb32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feb32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 235, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 235, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feb32; background: linear-gradient(135deg, #8feb32, #32EB50);