#3fcdf6
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 205, 246
HSL
193°, 91%, 61%
CMYK
74, 17, 0, 4
Luminance
0.5137
Every format
| HEX | #3fcdf6 |
| RGB | rgb(63, 205, 246) |
| HSL | hsl(193, 91%, 61%) |
| CMYK | cmyk(74%, 17%, 0%, 4%) |
| LAB | lab(76.9 -24.2 -30.9) |
| LCH | lch(76.9 39.2 232.0) |
| OKLCH | oklch(0.791 0.130 221.7) |
Copy-ready code
/* CSS */
color: #3fcdf6;
background-color: #3fcdf6;
/* Tailwind (arbitrary) */
class="text-[#3fcdf6] bg-[#3fcdf6]"
/* SCSS */
$brand: #3fcdf6;
/* SwiftUI */
Color(red: 0.247, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#3fcdf6")Accessibility — WCAG contrast
Aa
#3fcdf6 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcdf6 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.4%
Blue96.5%
CMYK percentages
Cyan74.4%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#3fcdf6 text on a black background
contrast 11.27:1
Card sample
#3fcdf6 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcdf6;
Background color
Panel with #3fcdf6 background
background-color: #3fcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcdf6; background: linear-gradient(135deg, #3fcdf6, #3F53F6);