#3fc3da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 195, 218
HSL
189°, 68%, 55%
CMYK
71, 11, 0, 15
Luminance
0.4515
Every format
| HEX | #3fc3da |
| RGB | rgb(63, 195, 218) |
| HSL | hsl(189, 68%, 55%) |
| CMYK | cmyk(71%, 11%, 0%, 15%) |
| LAB | lab(73.0 -27.9 -21.8) |
| LCH | lch(73.0 35.4 218.0) |
| OKLCH | oklch(0.756 0.115 211.7) |
Copy-ready code
/* CSS */
color: #3fc3da;
background-color: #3fc3da;
/* Tailwind (arbitrary) */
class="text-[#3fc3da] bg-[#3fc3da]"
/* SCSS */
$brand: #3fc3da;
/* SwiftUI */
Color(red: 0.247, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#3fc3da")Accessibility — WCAG contrast
Aa
#3fc3da on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc3da on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green76.5%
Blue85.5%
CMYK percentages
Cyan71.1%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#3fc3da text on a black background
contrast 10.03:1
Card sample
#3fc3da text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc3da;
Background color
Panel with #3fc3da background
background-color: #3fc3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc3da; background: linear-gradient(135deg, #3fc3da, #3F5CDA);