#3cd7da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 215, 218
HSL
181°, 68%, 55%
CMYK
73, 1, 0, 15
Luminance
0.5462
Every format
| HEX | #3cd7da |
| RGB | rgb(60, 215, 218) |
| HSL | hsl(181, 68%, 55%) |
| CMYK | cmyk(73%, 1%, 0%, 15%) |
| LAB | lab(78.8 -37.8 -13.0) |
| LCH | lch(78.8 39.9 199.0) |
| OKLCH | oklch(0.803 0.124 196.9) |
Copy-ready code
/* CSS */
color: #3cd7da;
background-color: #3cd7da;
/* Tailwind (arbitrary) */
class="text-[#3cd7da] bg-[#3cd7da]"
/* SCSS */
$brand: #3cd7da;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.855)
/* Android */
Color.parseColor("#3cd7da")Accessibility — WCAG contrast
Aa
#3cd7da on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd7da on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta1.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3cd7da text on a black background
contrast 11.92:1
Card sample
#3cd7da text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd7da;
Background color
Panel with #3cd7da background
background-color: #3cd7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd7da; background: linear-gradient(135deg, #3cd7da, #3C6EDA);