#32ca95
a balanced, vivid green · cool · closest name: aquamarine
RGB
50, 202, 149
HSL
159°, 60%, 49%
CMYK
75, 0, 26, 21
Luminance
0.4509
Every format
| HEX | #32ca95 |
| RGB | rgb(50, 202, 149) |
| HSL | hsl(159, 60%, 49%) |
| CMYK | cmyk(75%, 0%, 26%, 21%) |
| LAB | lab(73.0 -51.3 15.5) |
| LCH | lch(73.0 53.6 163.2) |
| OKLCH | oklch(0.749 0.146 164.3) |
Copy-ready code
/* CSS */
color: #32ca95;
background-color: #32ca95;
/* Tailwind (arbitrary) */
class="text-[#32ca95] bg-[#32ca95]"
/* SCSS */
$brand: #32ca95;
/* SwiftUI */
Color(red: 0.196, green: 0.792, blue: 0.584)
/* Android */
Color.parseColor("#32ca95")Accessibility — WCAG contrast
Aa
#32ca95 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ca95 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green79.2%
Blue58.4%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow26.2%
Key (black)20.8%
Color previews
#32ca95 text on a black background
contrast 10.02:1
Card sample
#32ca95 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ca95;
Background color
Panel with #32ca95 background
background-color: #32ca95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ca95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 202, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 202, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ca95; background: linear-gradient(135deg, #32ca95, #329ACA);