#415ffd
a balanced, electric blue · warm · closest name: royalblue
RGB
65, 95, 253
HSL
230°, 98%, 62%
CMYK
74, 63, 0, 1
Luminance
0.1640
Every format
| HEX | #415ffd |
| RGB | rgb(65, 95, 253) |
| HSL | hsl(230, 98%, 62%) |
| CMYK | cmyk(74%, 63%, 0%, 1%) |
| LAB | lab(47.5 42.3 -81.5) |
| LCH | lch(47.5 91.8 297.4) |
| OKLCH | oklch(0.564 0.236 268.9) |
Copy-ready code
/* CSS */
color: #415ffd;
background-color: #415ffd;
/* Tailwind (arbitrary) */
class="text-[#415ffd] bg-[#415ffd]"
/* SCSS */
$brand: #415ffd;
/* SwiftUI */
Color(red: 0.255, green: 0.373, blue: 0.992)
/* Android */
Color.parseColor("#415ffd")Accessibility — WCAG contrast
Aa
#415ffd on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415ffd on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green37.3%
Blue99.2%
CMYK percentages
Cyan74.3%
Magenta62.5%
Yellow0.0%
Key (black)0.8%
Color previews
#415ffd text on a black background
contrast 4.28:1
Card sample
#415ffd text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415ffd;
Background color
Panel with #415ffd background
background-color: #415ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 95, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 95, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415ffd; background: linear-gradient(135deg, #415ffd, #A041FD);