#417df0
a balanced, electric blue · cool · closest name: royalblue
RGB
65, 125, 240
HSL
219°, 85%, 60%
CMYK
73, 48, 0, 6
Luminance
0.2208
Every format
| HEX | #417df0 |
| RGB | rgb(65, 125, 240) |
| HSL | hsl(219, 85%, 60%) |
| CMYK | cmyk(73%, 48%, 0%, 6%) |
| LAB | lab(54.1 19.2 -63.5) |
| LCH | lch(54.1 66.4 286.8) |
| OKLCH | oklch(0.611 0.184 261.8) |
Copy-ready code
/* CSS */
color: #417df0;
background-color: #417df0;
/* Tailwind (arbitrary) */
class="text-[#417df0] bg-[#417df0]"
/* SCSS */
$brand: #417df0;
/* SwiftUI */
Color(red: 0.255, green: 0.490, blue: 0.941)
/* Android */
Color.parseColor("#417df0")Accessibility — WCAG contrast
Aa
#417df0 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#417df0 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green49.0%
Blue94.1%
CMYK percentages
Cyan72.9%
Magenta47.9%
Yellow0.0%
Key (black)5.9%
Color previews
#417df0 text on a black background
contrast 5.42:1
Card sample
#417df0 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417df0;
Background color
Panel with #417df0 background
background-color: #417df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 125, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 125, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417df0; background: linear-gradient(135deg, #417df0, #7A41F0);