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