#417df7
a balanced, electric blue · cool · closest name: royalblue
RGB
65, 125, 247
HSL
220°, 92%, 61%
CMYK
74, 49, 0, 3
Luminance
0.2251
Every format
| HEX | #417df7 |
| RGB | rgb(65, 125, 247) |
| HSL | hsl(220, 92%, 61%) |
| CMYK | cmyk(74%, 49%, 0%, 3%) |
| LAB | lab(54.6 21.7 -66.7) |
| LCH | lch(54.6 70.1 288.0) |
| OKLCH | oklch(0.616 0.193 262.5) |
Copy-ready code
/* CSS */
color: #417df7;
background-color: #417df7;
/* Tailwind (arbitrary) */
class="text-[#417df7] bg-[#417df7]"
/* SCSS */
$brand: #417df7;
/* SwiftUI */
Color(red: 0.255, green: 0.490, blue: 0.969)
/* Android */
Color.parseColor("#417df7")Accessibility — WCAG contrast
Aa
#417df7 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#417df7 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green49.0%
Blue96.9%
CMYK percentages
Cyan73.7%
Magenta49.4%
Yellow0.0%
Key (black)3.1%
Color previews
#417df7 text on a black background
contrast 5.50:1
Card sample
#417df7 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417df7;
Background color
Panel with #417df7 background
background-color: #417df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 125, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 125, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417df7; background: linear-gradient(135deg, #417df7, #7E41F7);