#3faff1
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 175, 241
HSL
202°, 86%, 60%
CMYK
74, 27, 0, 6
Luminance
0.3807
Every format
| HEX | #3faff1 |
| RGB | rgb(63, 175, 241) |
| HSL | hsl(202, 86%, 60%) |
| CMYK | cmyk(74%, 27%, 0%, 6%) |
| LAB | lab(68.1 -10.1 -41.9) |
| LCH | lch(68.1 43.1 256.5) |
| OKLCH | oklch(0.720 0.138 239.1) |
Copy-ready code
/* CSS */
color: #3faff1;
background-color: #3faff1;
/* Tailwind (arbitrary) */
class="text-[#3faff1] bg-[#3faff1]"
/* SCSS */
$brand: #3faff1;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.945)
/* Android */
Color.parseColor("#3faff1")Accessibility — WCAG contrast
Aa
#3faff1 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faff1 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue94.5%
CMYK percentages
Cyan73.9%
Magenta27.4%
Yellow0.0%
Key (black)5.5%
Color previews
#3faff1 text on a black background
contrast 8.61:1
Card sample
#3faff1 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faff1;
Background color
Panel with #3faff1 background
background-color: #3faff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faff1; background: linear-gradient(135deg, #3faff1, #453FF1);