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