#3cdada
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 218, 218
HSL
180°, 68%, 55%
CMYK
73, 0, 0, 15
Luminance
0.5617
Every format
| HEX | #3cdada |
| RGB | rgb(60, 218, 218) |
| HSL | hsl(180, 68%, 55%) |
| CMYK | cmyk(73%, 0%, 0%, 15%) |
| LAB | lab(79.7 -39.1 -11.7) |
| LCH | lch(79.7 40.8 196.6) |
| OKLCH | oklch(0.810 0.126 195.0) |
Copy-ready code
/* CSS */
color: #3cdada;
background-color: #3cdada;
/* Tailwind (arbitrary) */
class="text-[#3cdada] bg-[#3cdada]"
/* SCSS */
$brand: #3cdada;
/* SwiftUI */
Color(red: 0.235, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#3cdada")Accessibility — WCAG contrast
Aa
#3cdada on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdada on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.5%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#3cdada text on a black background
contrast 12.23:1
Card sample
#3cdada text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdada;
Background color
Panel with #3cdada background
background-color: #3cdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdada; background: linear-gradient(135deg, #3cdada, #3C71DA);