#415cfd
a balanced, electric blue · warm · closest name: royalblue
RGB
65, 92, 253
HSL
231°, 98%, 62%
CMYK
74, 64, 0, 1
Luminance
0.1587
Every format
| HEX | #415cfd |
| RGB | rgb(65, 92, 253) |
| HSL | hsl(231, 98%, 62%) |
| CMYK | cmyk(74%, 64%, 0%, 1%) |
| LAB | lab(46.8 44.1 -82.7) |
| LCH | lch(46.8 93.7 298.1) |
| OKLCH | oklch(0.559 0.239 269.4) |
Copy-ready code
/* CSS */
color: #415cfd;
background-color: #415cfd;
/* Tailwind (arbitrary) */
class="text-[#415cfd] bg-[#415cfd]"
/* SCSS */
$brand: #415cfd;
/* SwiftUI */
Color(red: 0.255, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#415cfd")Accessibility — WCAG contrast
Aa
#415cfd on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415cfd on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#415cfd text on a black background
contrast 4.17:1
Card sample
#415cfd text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415cfd;
Background color
Panel with #415cfd background
background-color: #415cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415cfd; background: linear-gradient(135deg, #415cfd, #A441FD);