#416cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
65, 108, 223
HSL
224°, 71%, 57%
CMYK
71, 52, 0, 13
Luminance
0.1718
Every format
| HEX | #416cdf |
| RGB | rgb(65, 108, 223) |
| HSL | hsl(224, 71%, 57%) |
| CMYK | cmyk(71%, 52%, 0%, 13%) |
| LAB | lab(48.5 23.7 -63.1) |
| LCH | lch(48.5 67.4 290.6) |
| OKLCH | oklch(0.564 0.182 265.5) |
Copy-ready code
/* CSS */
color: #416cdf;
background-color: #416cdf;
/* Tailwind (arbitrary) */
class="text-[#416cdf] bg-[#416cdf]"
/* SCSS */
$brand: #416cdf;
/* SwiftUI */
Color(red: 0.255, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#416cdf")Accessibility — WCAG contrast
Aa
#416cdf on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416cdf on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#416cdf text on a black background
contrast 4.44:1
Card sample
#416cdf text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416cdf;
Background color
Panel with #416cdf background
background-color: #416cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416cdf; background: linear-gradient(135deg, #416cdf, #7F41DF);