#32c115
a dark, electric green · cool · closest name: green
RGB
50, 193, 21
HSL
110°, 80%, 42%
CMYK
74, 0, 89, 24
Luminance
0.3887
Every format
| HEX | #32c115 |
| RGB | rgb(50, 193, 21) |
| HSL | hsl(110, 80%, 42%) |
| CMYK | cmyk(74%, 0%, 89%, 24%) |
| LAB | lab(68.7 -65.0 65.3) |
| LCH | lch(68.7 92.1 134.8) |
| OKLCH | oklch(0.709 0.228 141.2) |
Copy-ready code
/* CSS */
color: #32c115;
background-color: #32c115;
/* Tailwind (arbitrary) */
class="text-[#32c115] bg-[#32c115]"
/* SCSS */
$brand: #32c115;
/* SwiftUI */
Color(red: 0.196, green: 0.757, blue: 0.082)
/* Android */
Color.parseColor("#32c115")Accessibility — WCAG contrast
Aa
#32c115 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c115 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green75.7%
Blue8.2%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow89.1%
Key (black)24.3%
Color previews
#32c115 text on a black background
contrast 8.77:1
Card sample
#32c115 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c115;
Background color
Panel with #32c115 background
background-color: #32c115;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c115;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 193, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 193, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c115; background: linear-gradient(135deg, #32c115, #15C16B);