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