#3fbafc
a balanced, electric blue · cool · closest name: skyblue
RGB
63, 186, 252
HSL
201°, 97%, 62%
CMYK
75, 26, 0, 1
Luminance
0.4320
Every format
| HEX | #3fbafc |
| RGB | rgb(63, 186, 252) |
| HSL | hsl(201, 97%, 62%) |
| CMYK | cmyk(75%, 26%, 0%, 1%) |
| LAB | lab(71.7 -12.3 -42.2) |
| LCH | lch(71.7 44.0 253.7) |
| OKLCH | oklch(0.750 0.142 237.0) |
Copy-ready code
/* CSS */
color: #3fbafc;
background-color: #3fbafc;
/* Tailwind (arbitrary) */
class="text-[#3fbafc] bg-[#3fbafc]"
/* SCSS */
$brand: #3fbafc;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#3fbafc")Accessibility — WCAG contrast
Aa
#3fbafc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbafc on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue98.8%
CMYK percentages
Cyan75.0%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#3fbafc text on a black background
contrast 9.64:1
Card sample
#3fbafc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbafc;
Background color
Panel with #3fbafc background
background-color: #3fbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbafc; background: linear-gradient(135deg, #3fbafc, #423FFC);