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