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