#3fdcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 220, 255
HSL
191°, 100%, 62%
CMYK
75, 14, 0, 0
Luminance
0.5946
Every format
| HEX | #3fdcff |
| RGB | rgb(63, 220, 255) |
| HSL | hsl(191, 100%, 62%) |
| CMYK | cmyk(75%, 14%, 0%, 0%) |
| LAB | lab(81.5 -28.8 -28.6) |
| LCH | lch(81.5 40.5 224.8) |
| OKLCH | oklch(0.829 0.134 216.6) |
Copy-ready code
/* CSS */
color: #3fdcff;
background-color: #3fdcff;
/* Tailwind (arbitrary) */
class="text-[#3fdcff] bg-[#3fdcff]"
/* SCSS */
$brand: #3fdcff;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#3fdcff")Accessibility — WCAG contrast
Aa
#3fdcff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdcff on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue100.0%
CMYK percentages
Cyan75.3%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3fdcff text on a black background
contrast 12.89:1
Card sample
#3fdcff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdcff;
Background color
Panel with #3fdcff background
background-color: #3fdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdcff; background: linear-gradient(135deg, #3fdcff, #3F5CFF);