#32e1af
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
50, 225, 175
HSL
163°, 75%, 54%
CMYK
78, 0, 22, 12
Luminance
0.5762
Every format
| HEX | #32e1af |
| RGB | rgb(50, 225, 175) |
| HSL | hsl(163, 75%, 54%) |
| CMYK | cmyk(78%, 0%, 22%, 12%) |
| LAB | lab(80.5 -54.4 12.4) |
| LCH | lch(80.5 55.8 167.2) |
| OKLCH | oklch(0.813 0.154 168.2) |
Copy-ready code
/* CSS */
color: #32e1af;
background-color: #32e1af;
/* Tailwind (arbitrary) */
class="text-[#32e1af] bg-[#32e1af]"
/* SCSS */
$brand: #32e1af;
/* SwiftUI */
Color(red: 0.196, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#32e1af")Accessibility — WCAG contrast
Aa
#32e1af on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32e1af on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green88.2%
Blue68.6%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#32e1af text on a black background
contrast 12.52:1
Card sample
#32e1af text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32e1af;
Background color
Panel with #32e1af background
background-color: #32e1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32e1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32e1af; background: linear-gradient(135deg, #32e1af, #329EE1);