#4965df
a balanced, vivid blue · warm · closest name: royalblue
RGB
73, 101, 223
HSL
229°, 70%, 58%
CMYK
67, 55, 0, 13
Luminance
0.1605
Every format
| HEX | #4965df |
| RGB | rgb(73, 101, 223) |
| HSL | hsl(229, 70%, 58%) |
| CMYK | cmyk(67%, 55%, 0%, 13%) |
| LAB | lab(47.0 29.2 -65.4) |
| LCH | lch(47.0 71.6 294.0) |
| OKLCH | oklch(0.554 0.188 269.5) |
Copy-ready code
/* CSS */
color: #4965df;
background-color: #4965df;
/* Tailwind (arbitrary) */
class="text-[#4965df] bg-[#4965df]"
/* SCSS */
$brand: #4965df;
/* SwiftUI */
Color(red: 0.286, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#4965df")Accessibility — WCAG contrast
Aa
#4965df on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4965df on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green39.6%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4965df text on a black background
contrast 4.21:1
Card sample
#4965df text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4965df;
Background color
Panel with #4965df background
background-color: #4965df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4965df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4965df; background: linear-gradient(135deg, #4965df, #9149DF);