#32c02a
a balanced, vivid green · cool · closest name: green
RGB
50, 192, 42
HSL
117°, 64%, 46%
CMYK
74, 0, 78, 25
Luminance
0.3854
Every format
| HEX | #32c02a |
| RGB | rgb(50, 192, 42) |
| HSL | hsl(117, 64%, 46%) |
| CMYK | cmyk(74%, 0%, 78%, 25%) |
| LAB | lab(68.4 -63.6 59.9) |
| LCH | lch(68.4 87.4 136.7) |
| OKLCH | oklch(0.707 0.219 142.3) |
Copy-ready code
/* CSS */
color: #32c02a;
background-color: #32c02a;
/* Tailwind (arbitrary) */
class="text-[#32c02a] bg-[#32c02a]"
/* SCSS */
$brand: #32c02a;
/* SwiftUI */
Color(red: 0.196, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#32c02a")Accessibility — WCAG contrast
Aa
#32c02a on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c02a on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green75.3%
Blue16.5%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#32c02a text on a black background
contrast 8.71:1
Card sample
#32c02a text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c02a;
Background color
Panel with #32c02a background
background-color: #32c02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c02a; background: linear-gradient(135deg, #32c02a, #2AC086);