#32c8af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 200, 175
HSL
170°, 60%, 49%
CMYK
75, 0, 13, 22
Luminance
0.4508
Every format
| HEX | #32c8af |
| RGB | rgb(50, 200, 175) |
| HSL | hsl(170, 60%, 49%) |
| CMYK | cmyk(75%, 0%, 13%, 22%) |
| LAB | lab(72.9 -44.1 1.5) |
| LCH | lch(72.9 44.1 178.1) |
| OKLCH | oklch(0.751 0.127 178.6) |
Copy-ready code
/* CSS */
color: #32c8af;
background-color: #32c8af;
/* Tailwind (arbitrary) */
class="text-[#32c8af] bg-[#32c8af]"
/* SCSS */
$brand: #32c8af;
/* SwiftUI */
Color(red: 0.196, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#32c8af")Accessibility — WCAG contrast
Aa
#32c8af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c8af on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green78.4%
Blue68.6%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#32c8af text on a black background
contrast 10.02:1
Card sample
#32c8af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c8af;
Background color
Panel with #32c8af background
background-color: #32c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c8af; background: linear-gradient(135deg, #32c8af, #327DC8);