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