#417afd
a balanced, electric blue · cool · closest name: royalblue
RGB
65, 122, 253
HSL
222°, 98%, 62%
CMYK
74, 52, 0, 1
Luminance
0.2213
Every format
| HEX | #417afd |
| RGB | rgb(65, 122, 253) |
| HSL | hsl(222, 98%, 62%) |
| CMYK | cmyk(74%, 52%, 0%, 1%) |
| LAB | lab(54.2 25.7 -70.7) |
| LCH | lch(54.2 75.2 290.0) |
| OKLCH | oklch(0.614 0.205 263.7) |
Copy-ready code
/* CSS */
color: #417afd;
background-color: #417afd;
/* Tailwind (arbitrary) */
class="text-[#417afd] bg-[#417afd]"
/* SCSS */
$brand: #417afd;
/* SwiftUI */
Color(red: 0.255, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#417afd")Accessibility — WCAG contrast
Aa
#417afd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#417afd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#417afd text on a black background
contrast 5.43:1
Card sample
#417afd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #417afd;
Background color
Panel with #417afd background
background-color: #417afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #417afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #417afd; background: linear-gradient(135deg, #417afd, #8541FD);