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