#3fcbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 203, 253
HSL
196°, 98%, 62%
CMYK
75, 20, 0, 1
Luminance
0.5086
Every format
| HEX | #3fcbfd |
| RGB | rgb(63, 203, 253) |
| HSL | hsl(196, 98%, 62%) |
| CMYK | cmyk(75%, 20%, 0%, 1%) |
| LAB | lab(76.6 -20.9 -35.1) |
| LCH | lch(76.6 40.9 239.2) |
| OKLCH | oklch(0.789 0.135 226.8) |
Copy-ready code
/* CSS */
color: #3fcbfd;
background-color: #3fcbfd;
/* Tailwind (arbitrary) */
class="text-[#3fcbfd] bg-[#3fcbfd]"
/* SCSS */
$brand: #3fcbfd;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#3fcbfd")Accessibility — WCAG contrast
Aa
#3fcbfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcbfd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#3fcbfd text on a black background
contrast 11.17:1
Card sample
#3fcbfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcbfd;
Background color
Panel with #3fcbfd background
background-color: #3fcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcbfd; background: linear-gradient(135deg, #3fcbfd, #3F4DFD);