#32b113
a dark, electric green · cool · closest name: green
RGB
50, 177, 19
HSL
108°, 81%, 38%
CMYK
72, 0, 89, 31
Luminance
0.3217
Every format
| HEX | #32b113 |
| RGB | rgb(50, 177, 19) |
| HSL | hsl(108, 81%, 38%) |
| CMYK | cmyk(72%, 0%, 89%, 31%) |
| LAB | lab(63.5 -60.0 61.3) |
| LCH | lch(63.5 85.8 134.4) |
| OKLCH | oklch(0.666 0.212 140.8) |
Copy-ready code
/* CSS */
color: #32b113;
background-color: #32b113;
/* Tailwind (arbitrary) */
class="text-[#32b113] bg-[#32b113]"
/* SCSS */
$brand: #32b113;
/* SwiftUI */
Color(red: 0.196, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#32b113")Accessibility — WCAG contrast
Aa
#32b113 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b113 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green69.4%
Blue7.5%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#32b113 text on a black background
contrast 7.43:1
Card sample
#32b113 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b113;
Background color
Panel with #32b113 background
background-color: #32b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b113; background: linear-gradient(135deg, #32b113, #13B15D);