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