#3faff6
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 175, 246
HSL
203°, 91%, 61%
CMYK
74, 29, 0, 4
Luminance
0.3837
Every format
| HEX | #3faff6 |
| RGB | rgb(63, 175, 246) |
| HSL | hsl(203, 91%, 61%) |
| CMYK | cmyk(74%, 29%, 0%, 4%) |
| LAB | lab(68.3 -8.3 -44.3) |
| LCH | lch(68.3 45.1 259.3) |
| OKLCH | oklch(0.722 0.143 241.1) |
Copy-ready code
/* CSS */
color: #3faff6;
background-color: #3faff6;
/* Tailwind (arbitrary) */
class="text-[#3faff6] bg-[#3faff6]"
/* SCSS */
$brand: #3faff6;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.965)
/* Android */
Color.parseColor("#3faff6")Accessibility — WCAG contrast
Aa
#3faff6 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faff6 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue96.5%
CMYK percentages
Cyan74.4%
Magenta28.9%
Yellow0.0%
Key (black)3.5%
Color previews
#3faff6 text on a black background
contrast 8.67:1
Card sample
#3faff6 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faff6;
Background color
Panel with #3faff6 background
background-color: #3faff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faff6; background: linear-gradient(135deg, #3faff6, #493FF6);