#3bcdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 205, 253
HSL
195°, 98%, 61%
CMYK
77, 19, 0, 1
Luminance
0.5168
Every format
| HEX | #3bcdfd |
| RGB | rgb(59, 205, 253) |
| HSL | hsl(195, 98%, 61%) |
| CMYK | cmyk(77%, 19%, 0%, 1%) |
| LAB | lab(77.1 -22.4 -34.4) |
| LCH | lch(77.1 41.0 236.9) |
| OKLCH | oklch(0.793 0.136 225.2) |
Copy-ready code
/* CSS */
color: #3bcdfd;
background-color: #3bcdfd;
/* Tailwind (arbitrary) */
class="text-[#3bcdfd] bg-[#3bcdfd]"
/* SCSS */
$brand: #3bcdfd;
/* SwiftUI */
Color(red: 0.231, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#3bcdfd")Accessibility — WCAG contrast
Aa
#3bcdfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcdfd on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.4%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3bcdfd text on a black background
contrast 11.34:1
Card sample
#3bcdfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcdfd;
Background color
Panel with #3bcdfd background
background-color: #3bcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcdfd; background: linear-gradient(135deg, #3bcdfd, #3B4CFD);