#32cecf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 206, 207
HSL
180°, 62%, 50%
CMYK
76, 1, 0, 19
Luminance
0.4933
Every format
| HEX | #32cecf |
| RGB | rgb(50, 206, 207) |
| HSL | hsl(180, 62%, 50%) |
| CMYK | cmyk(76%, 1%, 0%, 19%) |
| LAB | lab(75.7 -37.9 -11.8) |
| LCH | lch(75.7 39.7 197.4) |
| OKLCH | oklch(0.776 0.123 195.6) |
Copy-ready code
/* CSS */
color: #32cecf;
background-color: #32cecf;
/* Tailwind (arbitrary) */
class="text-[#32cecf] bg-[#32cecf]"
/* SCSS */
$brand: #32cecf;
/* SwiftUI */
Color(red: 0.196, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#32cecf")Accessibility — WCAG contrast
Aa
#32cecf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cecf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.8%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#32cecf text on a black background
contrast 10.87:1
Card sample
#32cecf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cecf;
Background color
Panel with #32cecf background
background-color: #32cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cecf; background: linear-gradient(135deg, #32cecf, #3265CF);