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