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