#3cdfce
a balanced, vivid cyan · cool · “turquoise”
RGB
60, 223, 206
HSL
174°, 72%, 56%
CMYK
73, 0, 8, 13
Luminance
0.5819
Every format
| HEX | #3cdfce |
| RGB | rgb(60, 223, 206) |
| HSL | hsl(174, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 8%, 13%) |
| LAB | lab(80.8 -44.7 -3.6) |
| LCH | lch(80.8 44.8 184.6) |
| OKLCH | oklch(0.819 0.132 184.5) |
Copy-ready code
/* CSS */
color: #3cdfce;
background-color: #3cdfce;
/* Tailwind (arbitrary) */
class="text-[#3cdfce] bg-[#3cdfce]"
/* SCSS */
$brand: #3cdfce;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#3cdfce")Accessibility — WCAG contrast
Aa
#3cdfce on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfce on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue80.8%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#3cdfce text on a black background
contrast 12.64:1
Card sample
#3cdfce text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfce;
Background color
Panel with #3cdfce background
background-color: #3cdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfce; background: linear-gradient(135deg, #3cdfce, #3C83DF);