#3bdbdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 219, 223
HSL
182°, 72%, 55%
CMYK
74, 2, 0, 13
Luminance
0.5692
Every format
| HEX | #3bdbdf |
| RGB | rgb(59, 219, 223) |
| HSL | hsl(182, 72%, 55%) |
| CMYK | cmyk(74%, 2%, 0%, 13%) |
| LAB | lab(80.1 -38.3 -13.7) |
| LCH | lch(80.1 40.6 199.7) |
| OKLCH | oklch(0.814 0.127 197.5) |
Copy-ready code
/* CSS */
color: #3bdbdf;
background-color: #3bdbdf;
/* Tailwind (arbitrary) */
class="text-[#3bdbdf] bg-[#3bdbdf]"
/* SCSS */
$brand: #3bdbdf;
/* SwiftUI */
Color(red: 0.231, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#3bdbdf")Accessibility — WCAG contrast
Aa
#3bdbdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdbdf on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.9%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#3bdbdf text on a black background
contrast 12.38:1
Card sample
#3bdbdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdbdf;
Background color
Panel with #3bdbdf background
background-color: #3bdbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdbdf; background: linear-gradient(135deg, #3bdbdf, #3B6EDF);