#3fadfe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
63, 173, 254
HSL
205°, 99%, 62%
CMYK
75, 32, 0, 0
Luminance
0.3810
Every format
| HEX | #3fadfe |
| RGB | rgb(63, 173, 254) |
| HSL | hsl(205, 99%, 62%) |
| CMYK | cmyk(75%, 32%, 0%, 0%) |
| LAB | lab(68.1 -4.5 -48.9) |
| LCH | lch(68.1 49.1 264.7) |
| OKLCH | oklch(0.722 0.153 244.9) |
Copy-ready code
/* CSS */
color: #3fadfe;
background-color: #3fadfe;
/* Tailwind (arbitrary) */
class="text-[#3fadfe] bg-[#3fadfe]"
/* SCSS */
$brand: #3fadfe;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#3fadfe")Accessibility — WCAG contrast
Aa
#3fadfe on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fadfe on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#3fadfe text on a black background
contrast 8.62:1
Card sample
#3fadfe text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fadfe;
Background color
Panel with #3fadfe background
background-color: #3fadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fadfe; background: linear-gradient(135deg, #3fadfe, #503FFE);