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