#32dacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 218, 207
HSL
176°, 69%, 53%
CMYK
77, 0, 5, 15
Luminance
0.5533
Every format
| HEX | #32dacf |
| RGB | rgb(50, 218, 207) |
| HSL | hsl(176, 69%, 53%) |
| CMYK | cmyk(77%, 0%, 5%, 15%) |
| LAB | lab(79.2 -43.3 -6.5) |
| LCH | lch(79.2 43.8 188.6) |
| OKLCH | oklch(0.805 0.131 188.1) |
Copy-ready code
/* CSS */
color: #32dacf;
background-color: #32dacf;
/* Tailwind (arbitrary) */
class="text-[#32dacf] bg-[#32dacf]"
/* SCSS */
$brand: #32dacf;
/* SwiftUI */
Color(red: 0.196, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#32dacf")Accessibility — WCAG contrast
Aa
#32dacf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32dacf on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green85.5%
Blue81.2%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#32dacf text on a black background
contrast 12.07:1
Card sample
#32dacf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32dacf;
Background color
Panel with #32dacf background
background-color: #32dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32dacf; background: linear-gradient(135deg, #32dacf, #3275DA);