#3bcdb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 205, 178
HSL
169°, 59%, 52%
CMYK
71, 0, 13, 20
Luminance
0.4781
Every format
| HEX | #3bcdb2 |
| RGB | rgb(59, 205, 178) |
| HSL | hsl(169, 59%, 52%) |
| CMYK | cmyk(71%, 0%, 13%, 20%) |
| LAB | lab(74.7 -44.3 2.4) |
| LCH | lch(74.7 44.4 176.9) |
| OKLCH | oklch(0.766 0.127 177.4) |
Copy-ready code
/* CSS */
color: #3bcdb2;
background-color: #3bcdb2;
/* Tailwind (arbitrary) */
class="text-[#3bcdb2] bg-[#3bcdb2]"
/* SCSS */
$brand: #3bcdb2;
/* SwiftUI */
Color(red: 0.231, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#3bcdb2")Accessibility — WCAG contrast
Aa
#3bcdb2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcdb2 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.4%
Blue69.8%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#3bcdb2 text on a black background
contrast 10.56:1
Card sample
#3bcdb2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcdb2;
Background color
Panel with #3bcdb2 background
background-color: #3bcdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcdb2; background: linear-gradient(135deg, #3bcdb2, #3B87CD);