#409ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
64, 154, 222
HSL
206°, 71%, 56%
CMYK
71, 31, 0, 13
Luminance
0.2948
Every format
| HEX | #409ade |
| RGB | rgb(64, 154, 222) |
| HSL | hsl(206, 71%, 56%) |
| CMYK | cmyk(71%, 31%, 0%, 13%) |
| LAB | lab(61.2 -4.7 -42.2) |
| LCH | lch(61.2 42.5 263.7) |
| OKLCH | oklch(0.663 0.132 244.7) |
Copy-ready code
/* CSS */
color: #409ade;
background-color: #409ade;
/* Tailwind (arbitrary) */
class="text-[#409ade] bg-[#409ade]"
/* SCSS */
$brand: #409ade;
/* SwiftUI */
Color(red: 0.251, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#409ade")Accessibility — WCAG contrast
Aa
#409ade on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#409ade on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green60.4%
Blue87.1%
CMYK percentages
Cyan71.2%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#409ade text on a black background
contrast 6.90:1
Card sample
#409ade text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #409ade;
Background color
Panel with #409ade background
background-color: #409ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #409ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #409ade; background: linear-gradient(135deg, #409ade, #4F40DE);