#416cd3
a balanced, vivid blue · cool · closest name: royalblue
RGB
65, 108, 211
HSL
222°, 62%, 54%
CMYK
69, 49, 0, 17
Luminance
0.1655
Every format
| HEX | #416cd3 |
| RGB | rgb(65, 108, 211) |
| HSL | hsl(222, 62%, 54%) |
| CMYK | cmyk(69%, 49%, 0%, 17%) |
| LAB | lab(47.7 19.4 -57.5) |
| LCH | lch(47.7 60.7 288.6) |
| OKLCH | oklch(0.556 0.166 264.6) |
Copy-ready code
/* CSS */
color: #416cd3;
background-color: #416cd3;
/* Tailwind (arbitrary) */
class="text-[#416cd3] bg-[#416cd3]"
/* SCSS */
$brand: #416cd3;
/* SwiftUI */
Color(red: 0.255, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#416cd3")Accessibility — WCAG contrast
Aa
#416cd3 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416cd3 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green42.4%
Blue82.7%
CMYK percentages
Cyan69.2%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#416cd3 text on a black background
contrast 4.31:1
Card sample
#416cd3 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416cd3;
Background color
Panel with #416cd3 background
background-color: #416cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416cd3; background: linear-gradient(135deg, #416cd3, #7741D3);