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