#3fbdfe
a balanced, electric blue · cool · closest name: skyblue
RGB
63, 189, 254
HSL
200°, 99%, 62%
CMYK
75, 26, 0, 0
Luminance
0.4461
Every format
| HEX | #3fbdfe |
| RGB | rgb(63, 189, 254) |
| HSL | hsl(200, 99%, 62%) |
| CMYK | cmyk(75%, 26%, 0%, 0%) |
| LAB | lab(72.6 -13.3 -41.8) |
| LCH | lch(72.6 43.9 252.4) |
| OKLCH | oklch(0.758 0.142 236.1) |
Copy-ready code
/* CSS */
color: #3fbdfe;
background-color: #3fbdfe;
/* Tailwind (arbitrary) */
class="text-[#3fbdfe] bg-[#3fbdfe]"
/* SCSS */
$brand: #3fbdfe;
/* SwiftUI */
Color(red: 0.247, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#3fbdfe")Accessibility — WCAG contrast
Aa
#3fbdfe on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbdfe on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green74.1%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#3fbdfe text on a black background
contrast 9.92:1
Card sample
#3fbdfe text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbdfe;
Background color
Panel with #3fbdfe background
background-color: #3fbdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbdfe; background: linear-gradient(135deg, #3fbdfe, #403FFE);