#32dac6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 218, 198
HSL
173°, 69%, 53%
CMYK
77, 0, 9, 15
Luminance
0.5490
Every format
| HEX | #32dac6 |
| RGB | rgb(50, 218, 198) |
| HSL | hsl(173, 69%, 53%) |
| CMYK | cmyk(77%, 0%, 9%, 15%) |
| LAB | lab(79.0 -45.7 -2.1) |
| LCH | lch(79.0 45.8 182.6) |
| OKLCH | oklch(0.802 0.134 182.7) |
Copy-ready code
/* CSS */
color: #32dac6;
background-color: #32dac6;
/* Tailwind (arbitrary) */
class="text-[#32dac6] bg-[#32dac6]"
/* SCSS */
$brand: #32dac6;
/* SwiftUI */
Color(red: 0.196, green: 0.855, blue: 0.776)
/* Android */
Color.parseColor("#32dac6")Accessibility — WCAG contrast
Aa
#32dac6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32dac6 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green85.5%
Blue77.6%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow9.2%
Key (black)14.5%
Color previews
#32dac6 text on a black background
contrast 11.98:1
Card sample
#32dac6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32dac6;
Background color
Panel with #32dac6 background
background-color: #32dac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32dac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 218, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 218, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32dac6; background: linear-gradient(135deg, #32dac6, #327EDA);