#417cba
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 124, 186
HSL
211°, 48%, 49%
CMYK
65, 33, 0, 27
Luminance
0.1908
Every format
| HEX | #417cba |
| RGB | rgb(65, 124, 186) |
| HSL | hsl(211, 48%, 49%) |
| CMYK | cmyk(65%, 33%, 0%, 27%) |
| LAB | lab(50.8 0.6 -38.3) |
| LCH | lch(50.8 38.3 270.9) |
| OKLCH | oklch(0.575 0.114 251.5) |
Copy-ready code
/* CSS */
color: #417cba;
background-color: #417cba;
/* Tailwind (arbitrary) */
class="text-[#417cba] bg-[#417cba]"
/* SCSS */
$brand: #417cba;
/* SwiftUI */
Color(red: 0.255, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#417cba")Accessibility — WCAG contrast
Aa
#417cba on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#417cba on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green48.6%
Blue72.9%
CMYK percentages
Cyan65.1%
Magenta33.3%
Yellow0.0%
Key (black)27.1%
Color previews
#417cba text on a black background
contrast 4.82:1
Card sample
#417cba text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417cba;
Background color
Panel with #417cba background
background-color: #417cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417cba; background: linear-gradient(135deg, #417cba, #5741BA);