#32e28a
a balanced, electric green · cool · closest name: aquamarine
RGB
50, 226, 138
HSL
150°, 75%, 54%
CMYK
78, 0, 39, 11
Luminance
0.5691
Every format
| HEX | #32e28a |
| RGB | rgb(50, 226, 138) |
| HSL | hsl(150, 75%, 54%) |
| CMYK | cmyk(78%, 0%, 39%, 11%) |
| LAB | lab(80.1 -62.6 31.0) |
| LCH | lch(80.1 69.8 153.6) |
| OKLCH | oklch(0.807 0.185 155.4) |
Copy-ready code
/* CSS */
color: #32e28a;
background-color: #32e28a;
/* Tailwind (arbitrary) */
class="text-[#32e28a] bg-[#32e28a]"
/* SCSS */
$brand: #32e28a;
/* SwiftUI */
Color(red: 0.196, green: 0.886, blue: 0.541)
/* Android */
Color.parseColor("#32e28a")Accessibility — WCAG contrast
Aa
#32e28a on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32e28a on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green88.6%
Blue54.1%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow38.9%
Key (black)11.4%
Color previews
#32e28a text on a black background
contrast 12.38:1
Card sample
#32e28a text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32e28a;
Background color
Panel with #32e28a background
background-color: #32e28a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32e28a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 226, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 226, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32e28a; background: linear-gradient(135deg, #32e28a, #32C5E2);