#3bcfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 207, 219
HSL
185°, 69%, 55%
CMYK
73, 6, 0, 14
Luminance
0.5067
Every format
| HEX | #3bcfdb |
| RGB | rgb(59, 207, 219) |
| HSL | hsl(185, 69%, 55%) |
| CMYK | cmyk(73%, 6%, 0%, 14%) |
| LAB | lab(76.5 -33.9 -17.1) |
| LCH | lch(76.5 37.9 206.7) |
| OKLCH | oklch(0.784 0.121 203.1) |
Copy-ready code
/* CSS */
color: #3bcfdb;
background-color: #3bcfdb;
/* Tailwind (arbitrary) */
class="text-[#3bcfdb] bg-[#3bcfdb]"
/* SCSS */
$brand: #3bcfdb;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#3bcfdb")Accessibility — WCAG contrast
Aa
#3bcfdb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcfdb on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue85.9%
CMYK percentages
Cyan73.1%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#3bcfdb text on a black background
contrast 11.13:1
Card sample
#3bcfdb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcfdb;
Background color
Panel with #3bcfdb background
background-color: #3bcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcfdb; background: linear-gradient(135deg, #3bcfdb, #3B64DB);