#32c84a
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 200, 74
HSL
130°, 60%, 49%
CMYK
75, 0, 63, 22
Luminance
0.4248
Every format
| HEX | #32c84a |
| RGB | rgb(50, 200, 74) |
| HSL | hsl(130, 60%, 49%) |
| CMYK | cmyk(75%, 0%, 63%, 22%) |
| LAB | lab(71.2 -63.4 50.7) |
| LCH | lch(71.2 81.2 141.3) |
| OKLCH | oklch(0.731 0.208 145.3) |
Copy-ready code
/* CSS */
color: #32c84a;
background-color: #32c84a;
/* Tailwind (arbitrary) */
class="text-[#32c84a] bg-[#32c84a]"
/* SCSS */
$brand: #32c84a;
/* SwiftUI */
Color(red: 0.196, green: 0.784, blue: 0.290)
/* Android */
Color.parseColor("#32c84a")Accessibility — WCAG contrast
Aa
#32c84a on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c84a on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green78.4%
Blue29.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow63.0%
Key (black)21.6%
Color previews
#32c84a text on a black background
contrast 9.50:1
Card sample
#32c84a text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c84a;
Background color
Panel with #32c84a background
background-color: #32c84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 200, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 200, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c84a; background: linear-gradient(135deg, #32c84a, #32C8AE);