#3dcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
61, 207, 186
HSL
171°, 60%, 53%
CMYK
71, 0, 10, 19
Luminance
0.4916
Every format
| HEX | #3dcfba |
| RGB | rgb(61, 207, 186) |
| HSL | hsl(171, 60%, 53%) |
| CMYK | cmyk(71%, 0%, 10%, 19%) |
| LAB | lab(75.5 -42.9 -0.7) |
| LCH | lch(75.5 42.9 180.9) |
| OKLCH | oklch(0.774 0.124 181.1) |
Copy-ready code
/* CSS */
color: #3dcfba;
background-color: #3dcfba;
/* Tailwind (arbitrary) */
class="text-[#3dcfba] bg-[#3dcfba]"
/* SCSS */
$brand: #3dcfba;
/* SwiftUI */
Color(red: 0.239, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#3dcfba")Accessibility — WCAG contrast
Aa
#3dcfba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcfba on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green81.2%
Blue72.9%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#3dcfba text on a black background
contrast 10.83:1
Card sample
#3dcfba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcfba;
Background color
Panel with #3dcfba background
background-color: #3dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcfba; background: linear-gradient(135deg, #3dcfba, #3D82CF);