#5448cb
a balanced, vivid blue · warm · closest name: slateblue
RGB
84, 72, 203
HSL
246°, 56%, 54%
CMYK
59, 65, 0, 20
Luminance
0.1083
Every format
| HEX | #5448cb |
| RGB | rgb(84, 72, 203) |
| HSL | hsl(246, 56%, 54%) |
| CMYK | cmyk(59%, 65%, 0%, 20%) |
| LAB | lab(39.3 42.0 -66.5) |
| LCH | lch(39.3 78.7 302.3) |
| OKLCH | oklch(0.494 0.195 280.7) |
Copy-ready code
/* CSS */
color: #5448cb;
background-color: #5448cb;
/* Tailwind (arbitrary) */
class="text-[#5448cb] bg-[#5448cb]"
/* SCSS */
$brand: #5448cb;
/* SwiftUI */
Color(red: 0.329, green: 0.282, blue: 0.796)
/* Android */
Color.parseColor("#5448cb")Accessibility — WCAG contrast
Aa
#5448cb on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5448cb on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green28.2%
Blue79.6%
CMYK percentages
Cyan58.6%
Magenta64.5%
Yellow0.0%
Key (black)20.4%
Color previews
#5448cb text on a black background
contrast 3.17:1
Card sample
#5448cb text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5448cb;
Background color
Panel with #5448cb background
background-color: #5448cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5448cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 72, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 72, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5448cb; background: linear-gradient(135deg, #5448cb, #AB48CB);