#407cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
64, 124, 223
HSL
217°, 71%, 56%
CMYK
71, 44, 0, 13
Luminance
0.2083
Every format
| HEX | #407cdf |
| RGB | rgb(64, 124, 223) |
| HSL | hsl(217, 71%, 56%) |
| CMYK | cmyk(71%, 44%, 0%, 13%) |
| LAB | lab(52.8 13.5 -56.2) |
| LCH | lch(52.8 57.8 283.5) |
| OKLCH | oklch(0.597 0.163 259.9) |
Copy-ready code
/* CSS */
color: #407cdf;
background-color: #407cdf;
/* Tailwind (arbitrary) */
class="text-[#407cdf] bg-[#407cdf]"
/* SCSS */
$brand: #407cdf;
/* SwiftUI */
Color(red: 0.251, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#407cdf")Accessibility — WCAG contrast
Aa
#407cdf on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#407cdf on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#407cdf text on a black background
contrast 5.17:1
Card sample
#407cdf text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #407cdf;
Background color
Panel with #407cdf background
background-color: #407cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #407cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #407cdf; background: linear-gradient(135deg, #407cdf, #6E40DF);