#32eb48
a balanced, electric green · cool · closest name: lime
RGB
50, 235, 72
HSL
127°, 82%, 56%
CMYK
79, 0, 69, 8
Luminance
0.6056
Every format
| HEX | #32eb48 |
| RGB | rgb(50, 235, 72) |
| HSL | hsl(127, 82%, 56%) |
| CMYK | cmyk(79%, 0%, 69%, 8%) |
| LAB | lab(82.1 -74.5 63.4) |
| LCH | lch(82.1 97.8 139.6) |
| OKLCH | oklch(0.822 0.248 144.2) |
Copy-ready code
/* CSS */
color: #32eb48;
background-color: #32eb48;
/* Tailwind (arbitrary) */
class="text-[#32eb48] bg-[#32eb48]"
/* SCSS */
$brand: #32eb48;
/* SwiftUI */
Color(red: 0.196, green: 0.922, blue: 0.282)
/* Android */
Color.parseColor("#32eb48")Accessibility — WCAG contrast
Aa
#32eb48 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32eb48 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green92.2%
Blue28.2%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow69.4%
Key (black)7.8%
Color previews
#32eb48 text on a black background
contrast 13.11:1
Card sample
#32eb48 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32eb48;
Background color
Panel with #32eb48 background
background-color: #32eb48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32eb48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 235, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 235, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32eb48; background: linear-gradient(135deg, #32eb48, #32EBC3);