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