#32c0af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 192, 175
HSL
173°, 59%, 48%
CMYK
74, 0, 9, 25
Luminance
0.4147
Every format
| HEX | #32c0af |
| RGB | rgb(50, 192, 175) |
| HSL | hsl(173, 59%, 48%) |
| CMYK | cmyk(74%, 0%, 9%, 25%) |
| LAB | lab(70.5 -40.6 -2.1) |
| LCH | lch(70.5 40.6 183.0) |
| OKLCH | oklch(0.731 0.119 183.0) |
Copy-ready code
/* CSS */
color: #32c0af;
background-color: #32c0af;
/* Tailwind (arbitrary) */
class="text-[#32c0af] bg-[#32c0af]"
/* SCSS */
$brand: #32c0af;
/* SwiftUI */
Color(red: 0.196, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#32c0af")Accessibility — WCAG contrast
Aa
#32c0af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32c0af on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green75.3%
Blue68.6%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#32c0af text on a black background
contrast 9.29:1
Card sample
#32c0af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32c0af;
Background color
Panel with #32c0af background
background-color: #32c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32c0af; background: linear-gradient(135deg, #32c0af, #3272C0);