#3bbafd
a balanced, electric blue · cool · closest name: skyblue
RGB
59, 186, 253
HSL
201°, 98%, 61%
CMYK
77, 27, 0, 1
Luminance
0.4314
Every format
| HEX | #3bbafd |
| RGB | rgb(59, 186, 253) |
| HSL | hsl(201, 98%, 61%) |
| CMYK | cmyk(77%, 27%, 0%, 1%) |
| LAB | lab(71.7 -12.4 -42.8) |
| LCH | lch(71.7 44.6 253.8) |
| OKLCH | oklch(0.750 0.144 236.9) |
Copy-ready code
/* CSS */
color: #3bbafd;
background-color: #3bbafd;
/* Tailwind (arbitrary) */
class="text-[#3bbafd] bg-[#3bbafd]"
/* SCSS */
$brand: #3bbafd;
/* SwiftUI */
Color(red: 0.231, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#3bbafd")Accessibility — WCAG contrast
Aa
#3bbafd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bbafd on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#3bbafd text on a black background
contrast 9.63:1
Card sample
#3bbafd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bbafd;
Background color
Panel with #3bbafd background
background-color: #3bbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bbafd; background: linear-gradient(135deg, #3bbafd, #3D3BFD);