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