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