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