#415fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
65, 95, 223
HSL
229°, 71%, 57%
CMYK
71, 57, 0, 13
Luminance
0.1464
Every format
| HEX | #415fdf |
| RGB | rgb(65, 95, 223) |
| HSL | hsl(229, 71%, 57%) |
| CMYK | cmyk(71%, 57%, 0%, 13%) |
| LAB | lab(45.1 31.9 -68.5) |
| LCH | lch(45.1 75.6 294.9) |
| OKLCH | oklch(0.539 0.198 268.8) |
Copy-ready code
/* CSS */
color: #415fdf;
background-color: #415fdf;
/* Tailwind (arbitrary) */
class="text-[#415fdf] bg-[#415fdf]"
/* SCSS */
$brand: #415fdf;
/* SwiftUI */
Color(red: 0.255, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#415fdf")Accessibility — WCAG contrast
Aa
#415fdf on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415fdf on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#415fdf text on a black background
contrast 3.93:1
Card sample
#415fdf text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415fdf;
Background color
Panel with #415fdf background
background-color: #415fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415fdf; background: linear-gradient(135deg, #415fdf, #8C41DF);