#3bcbcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 203, 207
HSL
182°, 61%, 52%
CMYK
72, 2, 0, 19
Luminance
0.4815
Every format
| HEX | #3bcbcf |
| RGB | rgb(59, 203, 207) |
| HSL | hsl(182, 61%, 52%) |
| CMYK | cmyk(72%, 2%, 0%, 19%) |
| LAB | lab(74.9 -35.5 -12.9) |
| LCH | lch(74.9 37.8 200.0) |
| OKLCH | oklch(0.770 0.118 197.8) |
Copy-ready code
/* CSS */
color: #3bcbcf;
background-color: #3bcbcf;
/* Tailwind (arbitrary) */
class="text-[#3bcbcf] bg-[#3bcbcf]"
/* SCSS */
$brand: #3bcbcf;
/* SwiftUI */
Color(red: 0.231, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#3bcbcf")Accessibility — WCAG contrast
Aa
#3bcbcf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcbcf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green79.6%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#3bcbcf text on a black background
contrast 10.63:1
Card sample
#3bcbcf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcbcf;
Background color
Panel with #3bcbcf background
background-color: #3bcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcbcf; background: linear-gradient(135deg, #3bcbcf, #3B69CF);