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