#3cdfd6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 223, 214
HSL
177°, 72%, 56%
CMYK
73, 0, 4, 13
Luminance
0.5859
Every format
| HEX | #3cdfd6 |
| RGB | rgb(60, 223, 214) |
| HSL | hsl(177, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 4%, 13%) |
| LAB | lab(81.1 -42.5 -7.5) |
| LCH | lch(81.1 43.1 190.0) |
| OKLCH | oklch(0.821 0.130 189.4) |
Copy-ready code
/* CSS */
color: #3cdfd6;
background-color: #3cdfd6;
/* Tailwind (arbitrary) */
class="text-[#3cdfd6] bg-[#3cdfd6]"
/* SCSS */
$brand: #3cdfd6;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#3cdfd6")Accessibility — WCAG contrast
Aa
#3cdfd6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfd6 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue83.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow4.0%
Key (black)12.5%
Color previews
#3cdfd6 text on a black background
contrast 12.72:1
Card sample
#3cdfd6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfd6;
Background color
Panel with #3cdfd6 background
background-color: #3cdfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfd6; background: linear-gradient(135deg, #3cdfd6, #3C7BDF);