#3dcccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
61, 204, 207
HSL
181°, 60%, 53%
CMYK
71, 1, 0, 19
Luminance
0.4868
Every format
| HEX | #3dcccf |
| RGB | rgb(61, 204, 207) |
| HSL | hsl(181, 60%, 53%) |
| CMYK | cmyk(71%, 1%, 0%, 19%) |
| LAB | lab(75.3 -35.7 -12.4) |
| LCH | lch(75.3 37.8 199.2) |
| OKLCH | oklch(0.773 0.117 197.1) |
Copy-ready code
/* CSS */
color: #3dcccf;
background-color: #3dcccf;
/* Tailwind (arbitrary) */
class="text-[#3dcccf] bg-[#3dcccf]"
/* SCSS */
$brand: #3dcccf;
/* SwiftUI */
Color(red: 0.239, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#3dcccf")Accessibility — WCAG contrast
Aa
#3dcccf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcccf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.0%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#3dcccf text on a black background
contrast 10.74:1
Card sample
#3dcccf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcccf;
Background color
Panel with #3dcccf background
background-color: #3dcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcccf; background: linear-gradient(135deg, #3dcccf, #3D6BCF);