#5464c2
a balanced, vivid blue · warm · closest name: royalblue
RGB
84, 100, 194
HSL
231°, 47%, 55%
CMYK
57, 49, 0, 24
Luminance
0.1489
Every format
| HEX | #5464c2 |
| RGB | rgb(84, 100, 194) |
| HSL | hsl(231, 47%, 55%) |
| CMYK | cmyk(57%, 49%, 0%, 24%) |
| LAB | lab(45.5 21.8 -51.3) |
| LCH | lch(45.5 55.7 293.1) |
| OKLCH | oklch(0.538 0.147 273.2) |
Copy-ready code
/* CSS */
color: #5464c2;
background-color: #5464c2;
/* Tailwind (arbitrary) */
class="text-[#5464c2] bg-[#5464c2]"
/* SCSS */
$brand: #5464c2;
/* SwiftUI */
Color(red: 0.329, green: 0.392, blue: 0.761)
/* Android */
Color.parseColor("#5464c2")Accessibility — WCAG contrast
Aa
#5464c2 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5464c2 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green39.2%
Blue76.1%
CMYK percentages
Cyan56.7%
Magenta48.5%
Yellow0.0%
Key (black)23.9%
Color previews
#5464c2 text on a black background
contrast 3.98:1
Card sample
#5464c2 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5464c2;
Background color
Panel with #5464c2 background
background-color: #5464c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5464c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 100, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 100, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5464c2; background: linear-gradient(135deg, #5464c2, #8D54C2);