#3fafd1
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 175, 209
HSL
194°, 61%, 53%
CMYK
70, 16, 0, 18
Luminance
0.3632
Every format
| HEX | #3fafd1 |
| RGB | rgb(63, 175, 209) |
| HSL | hsl(194, 61%, 53%) |
| CMYK | cmyk(70%, 16%, 0%, 18%) |
| LAB | lab(66.8 -20.6 -26.4) |
| LCH | lch(66.8 33.5 232.1) |
| OKLCH | oklch(0.705 0.110 222.0) |
Copy-ready code
/* CSS */
color: #3fafd1;
background-color: #3fafd1;
/* Tailwind (arbitrary) */
class="text-[#3fafd1] bg-[#3fafd1]"
/* SCSS */
$brand: #3fafd1;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#3fafd1")Accessibility — WCAG contrast
Aa
#3fafd1 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fafd1 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue82.0%
CMYK percentages
Cyan69.9%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#3fafd1 text on a black background
contrast 8.26:1
Card sample
#3fafd1 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fafd1;
Background color
Panel with #3fafd1 background
background-color: #3fafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fafd1; background: linear-gradient(135deg, #3fafd1, #3F4ED1);