#409cfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
64, 156, 253
HSL
211°, 98%, 62%
CMYK
75, 38, 0, 1
Luminance
0.3196
Every format
| HEX | #409cfd |
| RGB | rgb(64, 156, 253) |
| HSL | hsl(211, 98%, 62%) |
| CMYK | cmyk(75%, 38%, 0%, 1%) |
| LAB | lab(63.3 5.0 -56.0) |
| LCH | lch(63.3 56.2 275.1) |
| OKLCH | oklch(0.684 0.167 252.6) |
Copy-ready code
/* CSS */
color: #409cfd;
background-color: #409cfd;
/* Tailwind (arbitrary) */
class="text-[#409cfd] bg-[#409cfd]"
/* SCSS */
$brand: #409cfd;
/* SwiftUI */
Color(red: 0.251, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#409cfd")Accessibility — WCAG contrast
Aa
#409cfd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#409cfd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green61.2%
Blue99.2%
CMYK percentages
Cyan74.7%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#409cfd text on a black background
contrast 7.39:1
Card sample
#409cfd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409cfd;
Background color
Panel with #409cfd background
background-color: #409cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409cfd; background: linear-gradient(135deg, #409cfd, #6240FD);