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