#3faff4
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 175, 244
HSL
203°, 89%, 60%
CMYK
74, 28, 0, 4
Luminance
0.3825
Every format
| HEX | #3faff4 |
| RGB | rgb(63, 175, 244) |
| HSL | hsl(203, 89%, 60%) |
| CMYK | cmyk(74%, 28%, 0%, 4%) |
| LAB | lab(68.2 -9.0 -43.3) |
| LCH | lch(68.2 44.3 258.2) |
| OKLCH | oklch(0.721 0.141 240.3) |
Copy-ready code
/* CSS */
color: #3faff4;
background-color: #3faff4;
/* Tailwind (arbitrary) */
class="text-[#3faff4] bg-[#3faff4]"
/* SCSS */
$brand: #3faff4;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.957)
/* Android */
Color.parseColor("#3faff4")Accessibility — WCAG contrast
Aa
#3faff4 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faff4 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue95.7%
CMYK percentages
Cyan74.2%
Magenta28.3%
Yellow0.0%
Key (black)4.3%
Color previews
#3faff4 text on a black background
contrast 8.65:1
Card sample
#3faff4 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faff4;
Background color
Panel with #3faff4 background
background-color: #3faff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faff4; background: linear-gradient(135deg, #3faff4, #483FF4);