#3bcdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 205, 191
HSL
174°, 59%, 52%
CMYK
71, 0, 7, 20
Luminance
0.4835
Every format
| HEX | #3bcdbf |
| RGB | rgb(59, 205, 191) |
| HSL | hsl(174, 59%, 52%) |
| CMYK | cmyk(71%, 0%, 7%, 20%) |
| LAB | lab(75.0 -40.9 -4.1) |
| LCH | lch(75.0 41.1 185.7) |
| OKLCH | oklch(0.770 0.122 185.5) |
Copy-ready code
/* CSS */
color: #3bcdbf;
background-color: #3bcdbf;
/* Tailwind (arbitrary) */
class="text-[#3bcdbf] bg-[#3bcdbf]"
/* SCSS */
$brand: #3bcdbf;
/* SwiftUI */
Color(red: 0.231, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#3bcdbf")Accessibility — WCAG contrast
Aa
#3bcdbf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcdbf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.4%
Blue74.9%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#3bcdbf text on a black background
contrast 10.67:1
Card sample
#3bcdbf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcdbf;
Background color
Panel with #3bcdbf background
background-color: #3bcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcdbf; background: linear-gradient(135deg, #3bcdbf, #3B7ACD);