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