#3dcbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
61, 203, 175
HSL
168°, 58%, 52%
CMYK
70, 0, 14, 20
Luminance
0.4680
Every format
| HEX | #3dcbaf |
| RGB | rgb(61, 203, 175) |
| HSL | hsl(168, 58%, 52%) |
| CMYK | cmyk(70%, 0%, 14%, 20%) |
| LAB | lab(74.1 -44.0 3.1) |
| LCH | lch(74.1 44.1 176.0) |
| OKLCH | oklch(0.760 0.126 176.5) |
Copy-ready code
/* CSS */
color: #3dcbaf;
background-color: #3dcbaf;
/* Tailwind (arbitrary) */
class="text-[#3dcbaf] bg-[#3dcbaf]"
/* SCSS */
$brand: #3dcbaf;
/* SwiftUI */
Color(red: 0.239, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#3dcbaf")Accessibility — WCAG contrast
Aa
#3dcbaf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcbaf on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#3dcbaf text on a black background
contrast 10.36:1
Card sample
#3dcbaf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcbaf;
Background color
Panel with #3dcbaf background
background-color: #3dcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcbaf; background: linear-gradient(135deg, #3dcbaf, #3D88CB);