#3bdcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 220, 253
HSL
190°, 98%, 61%
CMYK
77, 13, 0, 1
Luminance
0.5921
Every format
| HEX | #3bdcfd |
| RGB | rgb(59, 220, 253) |
| HSL | hsl(190, 98%, 61%) |
| CMYK | cmyk(77%, 13%, 0%, 1%) |
| LAB | lab(81.4 -29.8 -27.7) |
| LCH | lch(81.4 40.7 222.9) |
| OKLCH | oklch(0.828 0.134 215.2) |
Copy-ready code
/* CSS */
color: #3bdcfd;
background-color: #3bdcfd;
/* Tailwind (arbitrary) */
class="text-[#3bdcfd] bg-[#3bdcfd]"
/* SCSS */
$brand: #3bdcfd;
/* SwiftUI */
Color(red: 0.231, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#3bdcfd")Accessibility — WCAG contrast
Aa
#3bdcfd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdcfd on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green86.3%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3bdcfd text on a black background
contrast 12.84:1
Card sample
#3bdcfd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdcfd;
Background color
Panel with #3bdcfd background
background-color: #3bdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdcfd; background: linear-gradient(135deg, #3bdcfd, #3B5BFD);