#3fabfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
63, 171, 253
HSL
206°, 98%, 62%
CMYK
75, 32, 0, 1
Luminance
0.3727
Every format
| HEX | #3fabfd |
| RGB | rgb(63, 171, 253) |
| HSL | hsl(206, 98%, 62%) |
| CMYK | cmyk(75%, 32%, 0%, 1%) |
| LAB | lab(67.5 -3.7 -49.4) |
| LCH | lch(67.5 49.5 265.7) |
| OKLCH | oklch(0.717 0.154 245.6) |
Copy-ready code
/* CSS */
color: #3fabfd;
background-color: #3fabfd;
/* Tailwind (arbitrary) */
class="text-[#3fabfd] bg-[#3fabfd]"
/* SCSS */
$brand: #3fabfd;
/* SwiftUI */
Color(red: 0.247, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#3fabfd")Accessibility — WCAG contrast
Aa
#3fabfd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fabfd on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.1%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3fabfd text on a black background
contrast 8.45:1
Card sample
#3fabfd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fabfd;
Background color
Panel with #3fabfd background
background-color: #3fabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fabfd; background: linear-gradient(135deg, #3fabfd, #523FFD);