#32b559
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 181, 89
HSL
138°, 57%, 45%
CMYK
72, 0, 51, 29
Luminance
0.3445
Every format
| HEX | #32b559 |
| RGB | rgb(50, 181, 89) |
| HSL | hsl(138, 57%, 45%) |
| CMYK | cmyk(72%, 0%, 51%, 29%) |
| LAB | lab(65.3 -54.9 36.8) |
| LCH | lch(65.3 66.1 146.2) |
| OKLCH | oklch(0.682 0.172 148.9) |
Copy-ready code
/* CSS */
color: #32b559;
background-color: #32b559;
/* Tailwind (arbitrary) */
class="text-[#32b559] bg-[#32b559]"
/* SCSS */
$brand: #32b559;
/* SwiftUI */
Color(red: 0.196, green: 0.710, blue: 0.349)
/* Android */
Color.parseColor("#32b559")Accessibility — WCAG contrast
Aa
#32b559 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b559 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green71.0%
Blue34.9%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow50.8%
Key (black)29.0%
Color previews
#32b559 text on a black background
contrast 7.89:1
Card sample
#32b559 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b559;
Background color
Panel with #32b559 background
background-color: #32b559;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b559;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 181, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 181, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b559; background: linear-gradient(135deg, #32b559, #32B5B0);