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