#3cdec0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 222, 192
HSL
169°, 71%, 55%
CMYK
73, 0, 14, 13
Luminance
0.5701
Every format
| HEX | #3cdec0 |
| RGB | rgb(60, 222, 192) |
| HSL | hsl(169, 71%, 55%) |
| CMYK | cmyk(73%, 0%, 14%, 13%) |
| LAB | lab(80.2 -47.9 2.9) |
| LCH | lch(80.2 48.0 176.6) |
| OKLCH | oklch(0.812 0.137 177.1) |
Copy-ready code
/* CSS */
color: #3cdec0;
background-color: #3cdec0;
/* Tailwind (arbitrary) */
class="text-[#3cdec0] bg-[#3cdec0]"
/* SCSS */
$brand: #3cdec0;
/* SwiftUI */
Color(red: 0.235, green: 0.871, blue: 0.753)
/* Android */
Color.parseColor("#3cdec0")Accessibility — WCAG contrast
Aa
#3cdec0 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdec0 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.1%
Blue75.3%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow13.5%
Key (black)12.9%
Color previews
#3cdec0 text on a black background
contrast 12.40:1
Card sample
#3cdec0 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdec0;
Background color
Panel with #3cdec0 background
background-color: #3cdec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 222, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 222, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdec0; background: linear-gradient(135deg, #3cdec0, #3C90DE);