#32c690
a balanced, vivid green · cool · closest name: aquamarine
RGB
50, 198, 144
HSL
158°, 60%, 49%
CMYK
75, 0, 27, 22
Luminance
0.4308
Every format
| HEX | #32c690 |
| RGB | rgb(50, 198, 144) |
| HSL | hsl(158, 60%, 49%) |
| CMYK | cmyk(75%, 0%, 27%, 22%) |
| LAB | lab(71.6 -50.8 16.3) |
| LCH | lch(71.6 53.4 162.2) |
| OKLCH | oklch(0.738 0.145 163.4) |
Copy-ready code
/* CSS */
color: #32c690;
background-color: #32c690;
/* Tailwind (arbitrary) */
class="text-[#32c690] bg-[#32c690]"
/* SCSS */
$brand: #32c690;
/* SwiftUI */
Color(red: 0.196, green: 0.776, blue: 0.565)
/* Android */
Color.parseColor("#32c690")Accessibility — WCAG contrast
Aa
#32c690 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c690 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green77.6%
Blue56.5%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow27.3%
Key (black)22.4%
Color previews
#32c690 text on a black background
contrast 9.62:1
Card sample
#32c690 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c690;
Background color
Panel with #32c690 background
background-color: #32c690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 198, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 198, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c690; background: linear-gradient(135deg, #32c690, #3299C6);