#3cd3dc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 211, 220
HSL
183°, 70%, 55%
CMYK
73, 4, 0, 14
Luminance
0.5272
Every format
| HEX | #3cd3dc |
| RGB | rgb(60, 211, 220) |
| HSL | hsl(183, 70%, 55%) |
| CMYK | cmyk(73%, 4%, 0%, 14%) |
| LAB | lab(77.7 -35.3 -15.8) |
| LCH | lch(77.7 38.7 204.0) |
| OKLCH | oklch(0.794 0.122 201.0) |
Copy-ready code
/* CSS */
color: #3cd3dc;
background-color: #3cd3dc;
/* Tailwind (arbitrary) */
class="text-[#3cd3dc] bg-[#3cd3dc]"
/* SCSS */
$brand: #3cd3dc;
/* SwiftUI */
Color(red: 0.235, green: 0.827, blue: 0.863)
/* Android */
Color.parseColor("#3cd3dc")Accessibility — WCAG contrast
Aa
#3cd3dc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd3dc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green82.7%
Blue86.3%
CMYK percentages
Cyan72.7%
Magenta4.1%
Yellow0.0%
Key (black)13.7%
Color previews
#3cd3dc text on a black background
contrast 11.54:1
Card sample
#3cd3dc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd3dc;
Background color
Panel with #3cd3dc background
background-color: #3cd3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 211, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 211, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd3dc; background: linear-gradient(135deg, #3cd3dc, #3C68DC);