#32b56a
a balanced, vivid green · cool · closest name: seagreen
RGB
50, 181, 106
HSL
146°, 57%, 45%
CMYK
72, 0, 41, 29
Luminance
0.3477
Every format
| HEX | #32b56a |
| RGB | rgb(50, 181, 106) |
| HSL | hsl(146, 57%, 45%) |
| CMYK | cmyk(72%, 0%, 41%, 29%) |
| LAB | lab(65.6 -52.0 28.4) |
| LCH | lch(65.6 59.2 151.4) |
| OKLCH | oklch(0.685 0.157 153.4) |
Copy-ready code
/* CSS */
color: #32b56a;
background-color: #32b56a;
/* Tailwind (arbitrary) */
class="text-[#32b56a] bg-[#32b56a]"
/* SCSS */
$brand: #32b56a;
/* SwiftUI */
Color(red: 0.196, green: 0.710, blue: 0.416)
/* Android */
Color.parseColor("#32b56a")Accessibility — WCAG contrast
Aa
#32b56a on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b56a on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green71.0%
Blue41.6%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow41.4%
Key (black)29.0%
Color previews
#32b56a text on a black background
contrast 7.95:1
Card sample
#32b56a text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b56a;
Background color
Panel with #32b56a background
background-color: #32b56a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b56a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 181, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 181, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b56a; background: linear-gradient(135deg, #32b56a, #32A9B5);