#415cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
65, 92, 223
HSL
230°, 71%, 57%
CMYK
71, 59, 0, 13
Luminance
0.1411
Every format
| HEX | #415cdf |
| RGB | rgb(65, 92, 223) |
| HSL | hsl(230, 71%, 57%) |
| CMYK | cmyk(71%, 59%, 0%, 13%) |
| LAB | lab(44.4 33.7 -69.7) |
| LCH | lch(44.4 77.5 295.8) |
| OKLCH | oklch(0.533 0.201 269.4) |
Copy-ready code
/* CSS */
color: #415cdf;
background-color: #415cdf;
/* Tailwind (arbitrary) */
class="text-[#415cdf] bg-[#415cdf]"
/* SCSS */
$brand: #415cdf;
/* SwiftUI */
Color(red: 0.255, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#415cdf")Accessibility — WCAG contrast
Aa
#415cdf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415cdf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#415cdf text on a black background
contrast 3.82:1
Card sample
#415cdf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415cdf;
Background color
Panel with #415cdf background
background-color: #415cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415cdf; background: linear-gradient(135deg, #415cdf, #8F41DF);