#409afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
64, 154, 253
HSL
211°, 98%, 62%
CMYK
75, 39, 0, 1
Luminance
0.3129
Every format
| HEX | #409afd |
| RGB | rgb(64, 154, 253) |
| HSL | hsl(211, 98%, 62%) |
| CMYK | cmyk(75%, 39%, 0%, 1%) |
| LAB | lab(62.8 6.2 -56.9) |
| LCH | lch(62.8 57.2 276.2) |
| OKLCH | oklch(0.680 0.169 253.4) |
Copy-ready code
/* CSS */
color: #409afd;
background-color: #409afd;
/* Tailwind (arbitrary) */
class="text-[#409afd] bg-[#409afd]"
/* SCSS */
$brand: #409afd;
/* SwiftUI */
Color(red: 0.251, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#409afd")Accessibility — WCAG contrast
Aa
#409afd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#409afd on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green60.4%
Blue99.2%
CMYK percentages
Cyan74.7%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#409afd text on a black background
contrast 7.26:1
Card sample
#409afd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409afd;
Background color
Panel with #409afd background
background-color: #409afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409afd; background: linear-gradient(135deg, #409afd, #6440FD);