#3fadcb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 173, 203
HSL
193°, 57%, 52%
CMYK
69, 15, 0, 20
Luminance
0.3526
Every format
| HEX | #3fadcb |
| RGB | rgb(63, 173, 203) |
| HSL | hsl(193, 57%, 52%) |
| CMYK | cmyk(69%, 15%, 0%, 20%) |
| LAB | lab(65.9 -21.4 -24.3) |
| LCH | lch(65.9 32.4 228.6) |
| OKLCH | oklch(0.698 0.107 219.6) |
Copy-ready code
/* CSS */
color: #3fadcb;
background-color: #3fadcb;
/* Tailwind (arbitrary) */
class="text-[#3fadcb] bg-[#3fadcb]"
/* SCSS */
$brand: #3fadcb;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#3fadcb")Accessibility — WCAG contrast
Aa
#3fadcb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fadcb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue79.6%
CMYK percentages
Cyan69.0%
Magenta14.8%
Yellow0.0%
Key (black)20.4%
Color previews
#3fadcb text on a black background
contrast 8.05:1
Card sample
#3fadcb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fadcb;
Background color
Panel with #3fadcb background
background-color: #3fadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fadcb; background: linear-gradient(135deg, #3fadcb, #3F50CB);