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