#408deb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
64, 141, 235
HSL
213°, 81%, 59%
CMYK
73, 40, 0, 8
Luminance
0.2614
Every format
| HEX | #408deb |
| RGB | rgb(64, 141, 235) |
| HSL | hsl(213, 81%, 59%) |
| CMYK | cmyk(73%, 40%, 0%, 8%) |
| LAB | lab(58.2 7.5 -54.3) |
| LCH | lch(58.2 54.8 277.9) |
| OKLCH | oklch(0.641 0.160 255.1) |
Copy-ready code
/* CSS */
color: #408deb;
background-color: #408deb;
/* Tailwind (arbitrary) */
class="text-[#408deb] bg-[#408deb]"
/* SCSS */
$brand: #408deb;
/* SwiftUI */
Color(red: 0.251, green: 0.553, blue: 0.922)
/* Android */
Color.parseColor("#408deb")Accessibility — WCAG contrast
Aa
#408deb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#408deb on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green55.3%
Blue92.2%
CMYK percentages
Cyan72.8%
Magenta40.0%
Yellow0.0%
Key (black)7.8%
Color previews
#408deb text on a black background
contrast 6.23:1
Card sample
#408deb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #408deb;
Background color
Panel with #408deb background
background-color: #408deb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #408deb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 141, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 141, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #408deb; background: linear-gradient(135deg, #408deb, #6540EB);