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