#32cccd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 204, 205
HSL
180°, 61%, 50%
CMYK
76, 1, 0, 20
Luminance
0.4827
Every format
| HEX | #32cccd |
| RGB | rgb(50, 204, 205) |
| HSL | hsl(180, 61%, 50%) |
| CMYK | cmyk(76%, 1%, 0%, 20%) |
| LAB | lab(75.0 -37.5 -11.8) |
| LCH | lch(75.0 39.4 197.4) |
| OKLCH | oklch(0.770 0.122 195.6) |
Copy-ready code
/* CSS */
color: #32cccd;
background-color: #32cccd;
/* Tailwind (arbitrary) */
class="text-[#32cccd] bg-[#32cccd]"
/* SCSS */
$brand: #32cccd;
/* SwiftUI */
Color(red: 0.196, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#32cccd")Accessibility — WCAG contrast
Aa
#32cccd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cccd on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.0%
Blue80.4%
CMYK percentages
Cyan75.6%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#32cccd text on a black background
contrast 10.65:1
Card sample
#32cccd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cccd;
Background color
Panel with #32cccd background
background-color: #32cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cccd; background: linear-gradient(135deg, #32cccd, #3265CD);