#3cc6cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 198, 207
HSL
184°, 61%, 52%
CMYK
71, 4, 0, 19
Luminance
0.4585
Every format
| HEX | #3cc6cf |
| RGB | rgb(60, 198, 207) |
| HSL | hsl(184, 61%, 52%) |
| CMYK | cmyk(71%, 4%, 0%, 19%) |
| LAB | lab(73.5 -33.0 -15.1) |
| LCH | lch(73.5 36.3 204.6) |
| OKLCH | oklch(0.758 0.115 201.5) |
Copy-ready code
/* CSS */
color: #3cc6cf;
background-color: #3cc6cf;
/* Tailwind (arbitrary) */
class="text-[#3cc6cf] bg-[#3cc6cf]"
/* SCSS */
$brand: #3cc6cf;
/* SwiftUI */
Color(red: 0.235, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#3cc6cf")Accessibility — WCAG contrast
Aa
#3cc6cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc6cf on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green77.6%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta4.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3cc6cf text on a black background
contrast 10.17:1
Card sample
#3cc6cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc6cf;
Background color
Panel with #3cc6cf background
background-color: #3cc6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc6cf; background: linear-gradient(135deg, #3cc6cf, #3C64CF);