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