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