#417fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
65, 127, 223
HSL
217°, 71%, 57%
CMYK
71, 43, 0, 13
Luminance
0.2163
Every format
| HEX | #417fdf |
| RGB | rgb(65, 127, 223) |
| HSL | hsl(217, 71%, 57%) |
| CMYK | cmyk(71%, 43%, 0%, 13%) |
| LAB | lab(53.6 11.8 -54.8) |
| LCH | lch(53.6 56.1 282.2) |
| OKLCH | oklch(0.604 0.160 258.9) |
Copy-ready code
/* CSS */
color: #417fdf;
background-color: #417fdf;
/* Tailwind (arbitrary) */
class="text-[#417fdf] bg-[#417fdf]"
/* SCSS */
$brand: #417fdf;
/* SwiftUI */
Color(red: 0.255, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#417fdf")Accessibility — WCAG contrast
Aa
#417fdf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#417fdf on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#417fdf text on a black background
contrast 5.33:1
Card sample
#417fdf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417fdf;
Background color
Panel with #417fdf background
background-color: #417fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417fdf; background: linear-gradient(135deg, #417fdf, #6D41DF);