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