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