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