#3cd7bf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 215, 191
HSL
171°, 66%, 54%
CMYK
72, 0, 11, 16
Luminance
0.5332
Every format
| HEX | #3cd7bf |
| RGB | rgb(60, 215, 191) |
| HSL | hsl(171, 66%, 54%) |
| CMYK | cmyk(72%, 0%, 11%, 16%) |
| LAB | lab(78.1 -45.1 0.3) |
| LCH | lch(78.1 45.1 179.6) |
| OKLCH | oklch(0.794 0.131 179.9) |
Copy-ready code
/* CSS */
color: #3cd7bf;
background-color: #3cd7bf;
/* Tailwind (arbitrary) */
class="text-[#3cd7bf] bg-[#3cd7bf]"
/* SCSS */
$brand: #3cd7bf;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#3cd7bf")Accessibility — WCAG contrast
Aa
#3cd7bf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd7bf on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue74.9%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow11.2%
Key (black)15.7%
Color previews
#3cd7bf text on a black background
contrast 11.66:1
Card sample
#3cd7bf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd7bf;
Background color
Panel with #3cd7bf background
background-color: #3cd7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd7bf; background: linear-gradient(135deg, #3cd7bf, #3C88D7);