#408cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
64, 140, 223
HSL
211°, 71%, 56%
CMYK
71, 37, 0, 13
Luminance
0.2517
Every format
| HEX | #408cdf |
| RGB | rgb(64, 140, 223) |
| HSL | hsl(211, 71%, 56%) |
| CMYK | cmyk(71%, 37%, 0%, 13%) |
| LAB | lab(57.2 3.8 -49.0) |
| LCH | lch(57.2 49.2 274.5) |
| OKLCH | oklch(0.632 0.146 252.9) |
Copy-ready code
/* CSS */
color: #408cdf;
background-color: #408cdf;
/* Tailwind (arbitrary) */
class="text-[#408cdf] bg-[#408cdf]"
/* SCSS */
$brand: #408cdf;
/* SwiftUI */
Color(red: 0.251, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#408cdf")Accessibility — WCAG contrast
Aa
#408cdf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#408cdf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#408cdf text on a black background
contrast 6.03:1
Card sample
#408cdf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #408cdf;
Background color
Panel with #408cdf background
background-color: #408cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #408cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #408cdf; background: linear-gradient(135deg, #408cdf, #5E40DF);