#3bcdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 205, 175
HSL
168°, 59%, 52%
CMYK
71, 0, 15, 20
Luminance
0.4769
Every format
| HEX | #3bcdaf |
| RGB | rgb(59, 205, 175) |
| HSL | hsl(168, 59%, 52%) |
| CMYK | cmyk(71%, 0%, 15%, 20%) |
| LAB | lab(74.6 -45.1 3.9) |
| LCH | lch(74.6 45.3 175.0) |
| OKLCH | oklch(0.765 0.129 175.7) |
Copy-ready code
/* CSS */
color: #3bcdaf;
background-color: #3bcdaf;
/* Tailwind (arbitrary) */
class="text-[#3bcdaf] bg-[#3bcdaf]"
/* SCSS */
$brand: #3bcdaf;
/* SwiftUI */
Color(red: 0.231, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#3bcdaf")Accessibility — WCAG contrast
Aa
#3bcdaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcdaf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.4%
Blue68.6%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#3bcdaf text on a black background
contrast 10.54:1
Card sample
#3bcdaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcdaf;
Background color
Panel with #3bcdaf background
background-color: #3bcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcdaf; background: linear-gradient(135deg, #3bcdaf, #3B8ACD);