#3fc3ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 195, 255
HSL
199°, 100%, 62%
CMYK
75, 24, 0, 0
Luminance
0.4731
Every format
| HEX | #3fc3ff |
| RGB | rgb(63, 195, 255) |
| HSL | hsl(199, 100%, 62%) |
| CMYK | cmyk(75%, 24%, 0%, 0%) |
| LAB | lab(74.4 -16.1 -39.6) |
| LCH | lch(74.4 42.8 247.9) |
| OKLCH | oklch(0.772 0.140 232.9) |
Copy-ready code
/* CSS */
color: #3fc3ff;
background-color: #3fc3ff;
/* Tailwind (arbitrary) */
class="text-[#3fc3ff] bg-[#3fc3ff]"
/* SCSS */
$brand: #3fc3ff;
/* SwiftUI */
Color(red: 0.247, green: 0.765, blue: 1.000)
/* Android */
Color.parseColor("#3fc3ff")Accessibility — WCAG contrast
Aa
#3fc3ff on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc3ff on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green76.5%
Blue100.0%
CMYK percentages
Cyan75.3%
Magenta23.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3fc3ff text on a black background
contrast 10.46:1
Card sample
#3fc3ff text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc3ff;
Background color
Panel with #3fc3ff background
background-color: #3fc3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 195, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 195, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc3ff; background: linear-gradient(135deg, #3fc3ff, #3F43FF);