#32cf75
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 207, 117
HSL
146°, 62%, 50%
CMYK
76, 0, 44, 19
Luminance
0.4659
Every format
| HEX | #32cf75 |
| RGB | rgb(50, 207, 117) |
| HSL | hsl(146, 62%, 50%) |
| CMYK | cmyk(76%, 0%, 44%, 19%) |
| LAB | lab(73.9 -59.6 33.5) |
| LCH | lch(73.9 68.4 150.6) |
| OKLCH | oklch(0.755 0.180 152.7) |
Copy-ready code
/* CSS */
color: #32cf75;
background-color: #32cf75;
/* Tailwind (arbitrary) */
class="text-[#32cf75] bg-[#32cf75]"
/* SCSS */
$brand: #32cf75;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#32cf75")Accessibility — WCAG contrast
Aa
#32cf75 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cf75 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue45.9%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#32cf75 text on a black background
contrast 10.32:1
Card sample
#32cf75 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cf75;
Background color
Panel with #32cf75 background
background-color: #32cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cf75; background: linear-gradient(135deg, #32cf75, #32C0CF);