#3bcbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 203, 253
HSL
196°, 98%, 61%
CMYK
77, 20, 0, 1
Luminance
0.5073
Every format
| HEX | #3bcbfd |
| RGB | rgb(59, 203, 253) |
| HSL | hsl(196, 98%, 61%) |
| CMYK | cmyk(77%, 20%, 0%, 1%) |
| LAB | lab(76.5 -21.3 -35.3) |
| LCH | lch(76.5 41.2 238.8) |
| OKLCH | oklch(0.788 0.137 226.4) |
Copy-ready code
/* CSS */
color: #3bcbfd;
background-color: #3bcbfd;
/* Tailwind (arbitrary) */
class="text-[#3bcbfd] bg-[#3bcbfd]"
/* SCSS */
$brand: #3bcbfd;
/* SwiftUI */
Color(red: 0.231, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#3bcbfd")Accessibility — WCAG contrast
Aa
#3bcbfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcbfd on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green79.6%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#3bcbfd text on a black background
contrast 11.15:1
Card sample
#3bcbfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcbfd;
Background color
Panel with #3bcbfd background
background-color: #3bcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcbfd; background: linear-gradient(135deg, #3bcbfd, #3B4AFD);