#32cf97
a balanced, vivid green · cool · closest name: aquamarine
RGB
50, 207, 151
HSL
159°, 62%, 50%
CMYK
76, 0, 27, 19
Luminance
0.4754
Every format
| HEX | #32cf97 |
| RGB | rgb(50, 207, 151) |
| HSL | hsl(159, 62%, 50%) |
| CMYK | cmyk(76%, 0%, 27%, 19%) |
| LAB | lab(74.5 -52.8 16.6) |
| LCH | lch(74.5 55.4 162.5) |
| OKLCH | oklch(0.762 0.151 163.7) |
Copy-ready code
/* CSS */
color: #32cf97;
background-color: #32cf97;
/* Tailwind (arbitrary) */
class="text-[#32cf97] bg-[#32cf97]"
/* SCSS */
$brand: #32cf97;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#32cf97")Accessibility — WCAG contrast
Aa
#32cf97 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cf97 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue59.2%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow27.1%
Key (black)18.8%
Color previews
#32cf97 text on a black background
contrast 10.51:1
Card sample
#32cf97 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cf97;
Background color
Panel with #32cf97 background
background-color: #32cf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cf97; background: linear-gradient(135deg, #32cf97, #329ECF);