#32cd39
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 205, 57
HSL
123°, 61%, 50%
CMYK
76, 0, 72, 20
Luminance
0.4464
Every format
| HEX | #32cd39 |
| RGB | rgb(50, 205, 57) |
| HSL | hsl(123, 61%, 50%) |
| CMYK | cmyk(76%, 0%, 72%, 20%) |
| LAB | lab(72.7 -66.6 59.1) |
| LCH | lch(72.7 89.0 138.4) |
| OKLCH | oklch(0.742 0.225 143.4) |
Copy-ready code
/* CSS */
color: #32cd39;
background-color: #32cd39;
/* Tailwind (arbitrary) */
class="text-[#32cd39] bg-[#32cd39]"
/* SCSS */
$brand: #32cd39;
/* SwiftUI */
Color(red: 0.196, green: 0.804, blue: 0.224)
/* Android */
Color.parseColor("#32cd39")Accessibility — WCAG contrast
Aa
#32cd39 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cd39 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.4%
Blue22.4%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow72.2%
Key (black)19.6%
Color previews
#32cd39 text on a black background
contrast 9.93:1
Card sample
#32cd39 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cd39;
Background color
Panel with #32cd39 background
background-color: #32cd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 205, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 205, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cd39; background: linear-gradient(135deg, #32cd39, #32CDA0);