#32c4af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 196, 175
HSL
171°, 59%, 48%
CMYK
75, 0, 11, 23
Luminance
0.4325
Every format
| HEX | #32c4af |
| RGB | rgb(50, 196, 175) |
| HSL | hsl(171, 59%, 48%) |
| CMYK | cmyk(75%, 0%, 11%, 23%) |
| LAB | lab(71.7 -42.3 -0.3) |
| LCH | lch(71.7 42.3 180.4) |
| OKLCH | oklch(0.741 0.123 180.7) |
Copy-ready code
/* CSS */
color: #32c4af;
background-color: #32c4af;
/* Tailwind (arbitrary) */
class="text-[#32c4af] bg-[#32c4af]"
/* SCSS */
$brand: #32c4af;
/* SwiftUI */
Color(red: 0.196, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#32c4af")Accessibility — WCAG contrast
Aa
#32c4af on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c4af on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green76.9%
Blue68.6%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#32c4af text on a black background
contrast 9.65:1
Card sample
#32c4af text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c4af;
Background color
Panel with #32c4af background
background-color: #32c4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c4af; background: linear-gradient(135deg, #32c4af, #3278C4);