#415fd0
a balanced, vivid blue · warm · closest name: royalblue
RGB
65, 95, 208
HSL
227°, 60%, 54%
CMYK
69, 54, 0, 18
Luminance
0.1386
Every format
| HEX | #415fd0 |
| RGB | rgb(65, 95, 208) |
| HSL | hsl(227, 60%, 54%) |
| CMYK | cmyk(69%, 54%, 0%, 18%) |
| LAB | lab(44.0 26.5 -61.7) |
| LCH | lch(44.0 67.2 293.2) |
| OKLCH | oklch(0.527 0.178 268.4) |
Copy-ready code
/* CSS */
color: #415fd0;
background-color: #415fd0;
/* Tailwind (arbitrary) */
class="text-[#415fd0] bg-[#415fd0]"
/* SCSS */
$brand: #415fd0;
/* SwiftUI */
Color(red: 0.255, green: 0.373, blue: 0.816)
/* Android */
Color.parseColor("#415fd0")Accessibility — WCAG contrast
Aa
#415fd0 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#415fd0 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green37.3%
Blue81.6%
CMYK percentages
Cyan68.8%
Magenta54.3%
Yellow0.0%
Key (black)18.4%
Color previews
#415fd0 text on a black background
contrast 3.77:1
Card sample
#415fd0 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #415fd0;
Background color
Panel with #415fd0 background
background-color: #415fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #415fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 95, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 95, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #415fd0; background: linear-gradient(135deg, #415fd0, #8241D0);