#3faffd
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 175, 253
HSL
205°, 98%, 62%
CMYK
75, 31, 0, 1
Luminance
0.3881
Every format
| HEX | #3faffd |
| RGB | rgb(63, 175, 253) |
| HSL | hsl(205, 98%, 62%) |
| CMYK | cmyk(75%, 31%, 0%, 1%) |
| LAB | lab(68.6 -6.0 -47.6) |
| LCH | lch(68.6 48.0 262.9) |
| OKLCH | oklch(0.726 0.151 243.5) |
Copy-ready code
/* CSS */
color: #3faffd;
background-color: #3faffd;
/* Tailwind (arbitrary) */
class="text-[#3faffd] bg-[#3faffd]"
/* SCSS */
$brand: #3faffd;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#3faffd")Accessibility — WCAG contrast
Aa
#3faffd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faffd on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#3faffd text on a black background
contrast 8.76:1
Card sample
#3faffd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faffd;
Background color
Panel with #3faffd background
background-color: #3faffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faffd; background: linear-gradient(135deg, #3faffd, #4E3FFD);