#415acf
a balanced, vivid blue · warm · closest name: royalblue
RGB
65, 90, 207
HSL
229°, 60%, 53%
CMYK
69, 57, 0, 19
Luminance
0.1294
Every format
| HEX | #415acf |
| RGB | rgb(65, 90, 207) |
| HSL | hsl(229, 60%, 53%) |
| CMYK | cmyk(69%, 57%, 0%, 19%) |
| LAB | lab(42.7 29.3 -63.4) |
| LCH | lch(42.7 69.8 294.8) |
| OKLCH | oklch(0.517 0.182 269.7) |
Copy-ready code
/* CSS */
color: #415acf;
background-color: #415acf;
/* Tailwind (arbitrary) */
class="text-[#415acf] bg-[#415acf]"
/* SCSS */
$brand: #415acf;
/* SwiftUI */
Color(red: 0.255, green: 0.353, blue: 0.812)
/* Android */
Color.parseColor("#415acf")Accessibility — WCAG contrast
Aa
#415acf on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415acf on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green35.3%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta56.5%
Yellow0.0%
Key (black)18.8%
Color previews
#415acf text on a black background
contrast 3.59:1
Card sample
#415acf text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415acf;
Background color
Panel with #415acf background
background-color: #415acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 90, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 90, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415acf; background: linear-gradient(135deg, #415acf, #8641CF);