#4971eb
a balanced, electric blue · warm · closest name: royalblue
RGB
73, 113, 235
HSL
225°, 80%, 60%
CMYK
69, 52, 0, 8
Luminance
0.1922
Every format
| HEX | #4971eb |
| RGB | rgb(73, 113, 235) |
| HSL | hsl(225, 80%, 60%) |
| CMYK | cmyk(69%, 52%, 0%, 8%) |
| LAB | lab(51.0 25.9 -65.8) |
| LCH | lch(51.0 70.7 291.5) |
| OKLCH | oklch(0.587 0.190 266.8) |
Copy-ready code
/* CSS */
color: #4971eb;
background-color: #4971eb;
/* Tailwind (arbitrary) */
class="text-[#4971eb] bg-[#4971eb]"
/* SCSS */
$brand: #4971eb;
/* SwiftUI */
Color(red: 0.286, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#4971eb")Accessibility — WCAG contrast
Aa
#4971eb on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4971eb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green44.3%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#4971eb text on a black background
contrast 4.84:1
Card sample
#4971eb text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4971eb;
Background color
Panel with #4971eb background
background-color: #4971eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4971eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4971eb; background: linear-gradient(135deg, #4971eb, #8D49EB);