#3bcfd5
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 207, 213
HSL
182°, 65%, 53%
CMYK
72, 3, 0, 17
Luminance
0.5036
Every format
| HEX | #3bcfd5 |
| RGB | rgb(59, 207, 213) |
| HSL | hsl(182, 65%, 53%) |
| CMYK | cmyk(72%, 3%, 0%, 17%) |
| LAB | lab(76.3 -35.6 -14.1) |
| LCH | lch(76.3 38.3 201.6) |
| OKLCH | oklch(0.782 0.120 199.1) |
Copy-ready code
/* CSS */
color: #3bcfd5;
background-color: #3bcfd5;
/* Tailwind (arbitrary) */
class="text-[#3bcfd5] bg-[#3bcfd5]"
/* SCSS */
$brand: #3bcfd5;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#3bcfd5")Accessibility — WCAG contrast
Aa
#3bcfd5 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcfd5 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue83.5%
CMYK percentages
Cyan72.3%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#3bcfd5 text on a black background
contrast 11.07:1
Card sample
#3bcfd5 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcfd5;
Background color
Panel with #3bcfd5 background
background-color: #3bcfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcfd5; background: linear-gradient(135deg, #3bcfd5, #3B68D5);