#3cdadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 218, 223
HSL
182°, 72%, 56%
CMYK
73, 2, 0, 13
Luminance
0.5643
Every format
| HEX | #3cdadf |
| RGB | rgb(60, 218, 223) |
| HSL | hsl(182, 72%, 56%) |
| CMYK | cmyk(73%, 2%, 0%, 13%) |
| LAB | lab(79.9 -37.7 -14.1) |
| LCH | lch(79.9 40.3 200.5) |
| OKLCH | oklch(0.812 0.126 198.2) |
Copy-ready code
/* CSS */
color: #3cdadf;
background-color: #3cdadf;
/* Tailwind (arbitrary) */
class="text-[#3cdadf] bg-[#3cdadf]"
/* SCSS */
$brand: #3cdadf;
/* SwiftUI */
Color(red: 0.235, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#3cdadf")Accessibility — WCAG contrast
Aa
#3cdadf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdadf on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.5%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3cdadf text on a black background
contrast 12.29:1
Card sample
#3cdadf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdadf;
Background color
Panel with #3cdadf background
background-color: #3cdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdadf; background: linear-gradient(135deg, #3cdadf, #3C6DDF);