#32ba53
a balanced, vivid green · cool · closest name: forestgreen
RGB
50, 186, 83
HSL
135°, 58%, 46%
CMYK
73, 0, 55, 27
Luminance
0.3642
Every format
| HEX | #32ba53 |
| RGB | rgb(50, 186, 83) |
| HSL | hsl(135, 58%, 46%) |
| CMYK | cmyk(73%, 0%, 55%, 27%) |
| LAB | lab(66.8 -57.5 41.6) |
| LCH | lch(66.8 71.0 144.2) |
| OKLCH | oklch(0.695 0.184 147.3) |
Copy-ready code
/* CSS */
color: #32ba53;
background-color: #32ba53;
/* Tailwind (arbitrary) */
class="text-[#32ba53] bg-[#32ba53]"
/* SCSS */
$brand: #32ba53;
/* SwiftUI */
Color(red: 0.196, green: 0.729, blue: 0.325)
/* Android */
Color.parseColor("#32ba53")Accessibility — WCAG contrast
Aa
#32ba53 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ba53 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green72.9%
Blue32.5%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow55.4%
Key (black)27.1%
Color previews
#32ba53 text on a black background
contrast 8.28:1
Card sample
#32ba53 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ba53;
Background color
Panel with #32ba53 background
background-color: #32ba53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ba53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 186, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 186, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ba53; background: linear-gradient(135deg, #32ba53, #32BAAE);