#3bcfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 207, 223
HSL
186°, 72%, 55%
CMYK
74, 7, 0, 13
Luminance
0.5088
Every format
| HEX | #3bcfdf |
| RGB | rgb(59, 207, 223) |
| HSL | hsl(186, 72%, 55%) |
| CMYK | cmyk(74%, 7%, 0%, 13%) |
| LAB | lab(76.6 -32.7 -19.0) |
| LCH | lch(76.6 37.8 210.2) |
| OKLCH | oklch(0.786 0.121 205.8) |
Copy-ready code
/* CSS */
color: #3bcfdf;
background-color: #3bcfdf;
/* Tailwind (arbitrary) */
class="text-[#3bcfdf] bg-[#3bcfdf]"
/* SCSS */
$brand: #3bcfdf;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#3bcfdf")Accessibility — WCAG contrast
Aa
#3bcfdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcfdf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3bcfdf text on a black background
contrast 11.18:1
Card sample
#3bcfdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcfdf;
Background color
Panel with #3bcfdf background
background-color: #3bcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcfdf; background: linear-gradient(135deg, #3bcfdf, #3B62DF);