#3dcfd7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
61, 207, 215
HSL
183°, 66%, 54%
CMYK
72, 4, 0, 16
Luminance
0.5052
Every format
| HEX | #3dcfd7 |
| RGB | rgb(61, 207, 215) |
| HSL | hsl(183, 66%, 54%) |
| CMYK | cmyk(72%, 4%, 0%, 16%) |
| LAB | lab(76.4 -34.8 -15.0) |
| LCH | lch(76.4 37.9 203.4) |
| OKLCH | oklch(0.783 0.119 200.5) |
Copy-ready code
/* CSS */
color: #3dcfd7;
background-color: #3dcfd7;
/* Tailwind (arbitrary) */
class="text-[#3dcfd7] bg-[#3dcfd7]"
/* SCSS */
$brand: #3dcfd7;
/* SwiftUI */
Color(red: 0.239, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#3dcfd7")Accessibility — WCAG contrast
Aa
#3dcfd7 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcfd7 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green81.2%
Blue84.3%
CMYK percentages
Cyan71.6%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#3dcfd7 text on a black background
contrast 11.10:1
Card sample
#3dcfd7 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcfd7;
Background color
Panel with #3dcfd7 background
background-color: #3dcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcfd7; background: linear-gradient(135deg, #3dcfd7, #3D68D7);