#3cdec8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 222, 200
HSL
172°, 71%, 55%
CMYK
73, 0, 10, 13
Luminance
0.5737
Every format
| HEX | #3cdec8 |
| RGB | rgb(60, 222, 200) |
| HSL | hsl(172, 71%, 55%) |
| CMYK | cmyk(73%, 0%, 10%, 13%) |
| LAB | lab(80.4 -45.8 -1.1) |
| LCH | lch(80.4 45.8 181.3) |
| OKLCH | oklch(0.814 0.133 181.6) |
Copy-ready code
/* CSS */
color: #3cdec8;
background-color: #3cdec8;
/* Tailwind (arbitrary) */
class="text-[#3cdec8] bg-[#3cdec8]"
/* SCSS */
$brand: #3cdec8;
/* SwiftUI */
Color(red: 0.235, green: 0.871, blue: 0.784)
/* Android */
Color.parseColor("#3cdec8")Accessibility — WCAG contrast
Aa
#3cdec8 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdec8 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.1%
Blue78.4%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow9.9%
Key (black)12.9%
Color previews
#3cdec8 text on a black background
contrast 12.47:1
Card sample
#3cdec8 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdec8;
Background color
Panel with #3cdec8 background
background-color: #3cdec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 222, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 222, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdec8; background: linear-gradient(135deg, #3cdec8, #3C88DE);