#3facfc
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 172, 252
HSL
205°, 97%, 62%
CMYK
75, 32, 0, 1
Luminance
0.3759
Every format
| HEX | #3facfc |
| RGB | rgb(63, 172, 252) |
| HSL | hsl(205, 97%, 62%) |
| CMYK | cmyk(75%, 32%, 0%, 1%) |
| LAB | lab(67.7 -4.6 -48.5) |
| LCH | lch(67.7 48.7 264.5) |
| OKLCH | oklch(0.719 0.152 244.8) |
Copy-ready code
/* CSS */
color: #3facfc;
background-color: #3facfc;
/* Tailwind (arbitrary) */
class="text-[#3facfc] bg-[#3facfc]"
/* SCSS */
$brand: #3facfc;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#3facfc")Accessibility — WCAG contrast
Aa
#3facfc on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3facfc on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue98.8%
CMYK percentages
Cyan75.0%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#3facfc text on a black background
contrast 8.52:1
Card sample
#3facfc text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3facfc;
Background color
Panel with #3facfc background
background-color: #3facfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3facfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3facfc; background: linear-gradient(135deg, #3facfc, #503FFC);