#4162df
a balanced, vivid blue · warm · closest name: royalblue
RGB
65, 98, 223
HSL
228°, 71%, 57%
CMYK
71, 56, 0, 13
Luminance
0.1519
Every format
| HEX | #4162df |
| RGB | rgb(65, 98, 223) |
| HSL | hsl(228, 71%, 57%) |
| CMYK | cmyk(71%, 56%, 0%, 13%) |
| LAB | lab(45.9 30.0 -67.3) |
| LCH | lch(45.9 73.7 294.0) |
| OKLCH | oklch(0.545 0.194 268.1) |
Copy-ready code
/* CSS */
color: #4162df;
background-color: #4162df;
/* Tailwind (arbitrary) */
class="text-[#4162df] bg-[#4162df]"
/* SCSS */
$brand: #4162df;
/* SwiftUI */
Color(red: 0.255, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#4162df")Accessibility — WCAG contrast
Aa
#4162df on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4162df on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green38.4%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4162df text on a black background
contrast 4.04:1
Card sample
#4162df text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4162df;
Background color
Panel with #4162df background
background-color: #4162df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4162df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4162df; background: linear-gradient(135deg, #4162df, #8941DF);