#3fadce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 173, 206
HSL
194°, 59%, 53%
CMYK
69, 16, 0, 19
Luminance
0.3540
Every format
| HEX | #3fadce |
| RGB | rgb(63, 173, 206) |
| HSL | hsl(194, 59%, 53%) |
| CMYK | cmyk(69%, 16%, 0%, 19%) |
| LAB | lab(66.1 -20.5 -25.8) |
| LCH | lch(66.1 33.0 231.6) |
| OKLCH | oklch(0.699 0.108 221.7) |
Copy-ready code
/* CSS */
color: #3fadce;
background-color: #3fadce;
/* Tailwind (arbitrary) */
class="text-[#3fadce] bg-[#3fadce]"
/* SCSS */
$brand: #3fadce;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#3fadce")Accessibility — WCAG contrast
Aa
#3fadce on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fadce on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue80.8%
CMYK percentages
Cyan69.4%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#3fadce text on a black background
contrast 8.08:1
Card sample
#3fadce text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fadce;
Background color
Panel with #3fadce background
background-color: #3fadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fadce; background: linear-gradient(135deg, #3fadce, #3F4ECE);