#4963eb
a balanced, electric blue · warm · closest name: royalblue
RGB
73, 99, 235
HSL
230°, 80%, 60%
CMYK
69, 58, 0, 8
Luminance
0.1634
Every format
| HEX | #4963eb |
| RGB | rgb(73, 99, 235) |
| HSL | hsl(230, 80%, 60%) |
| CMYK | cmyk(69%, 58%, 0%, 8%) |
| LAB | lab(47.4 34.6 -71.6) |
| LCH | lch(47.4 79.5 295.8) |
| OKLCH | oklch(0.560 0.206 270.1) |
Copy-ready code
/* CSS */
color: #4963eb;
background-color: #4963eb;
/* Tailwind (arbitrary) */
class="text-[#4963eb] bg-[#4963eb]"
/* SCSS */
$brand: #4963eb;
/* SwiftUI */
Color(red: 0.286, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#4963eb")Accessibility — WCAG contrast
Aa
#4963eb on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4963eb on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green38.8%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#4963eb text on a black background
contrast 4.27:1
Card sample
#4963eb text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4963eb;
Background color
Panel with #4963eb background
background-color: #4963eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4963eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4963eb; background: linear-gradient(135deg, #4963eb, #9B49EB);