#32f4af
a balanced, electric green · cool · closest name: aquamarine
RGB
50, 244, 175
HSL
159°, 90%, 58%
CMYK
80, 0, 28, 4
Luminance
0.6847
Every format
| HEX | #32f4af |
| RGB | rgb(50, 244, 175) |
| HSL | hsl(159, 90%, 58%) |
| CMYK | cmyk(80%, 0%, 28%, 4%) |
| LAB | lab(86.2 -61.7 20.4) |
| LCH | lch(86.2 65.0 161.7) |
| OKLCH | oklch(0.860 0.176 162.9) |
Copy-ready code
/* CSS */
color: #32f4af;
background-color: #32f4af;
/* Tailwind (arbitrary) */
class="text-[#32f4af] bg-[#32f4af]"
/* SCSS */
$brand: #32f4af;
/* SwiftUI */
Color(red: 0.196, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#32f4af")Accessibility — WCAG contrast
Aa
#32f4af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32f4af on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green95.7%
Blue68.6%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#32f4af text on a black background
contrast 14.69:1
Card sample
#32f4af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32f4af;
Background color
Panel with #32f4af background
background-color: #32f4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32f4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32f4af; background: linear-gradient(135deg, #32f4af, #32B7F4);