#5428bf
a balanced, vivid violet · warm · closest name: indigo
RGB
84, 40, 191
HSL
258°, 65%, 45%
CMYK
56, 79, 0, 25
Luminance
0.0716
Every format
| HEX | #5428bf |
| RGB | rgb(84, 40, 191) |
| HSL | hsl(258, 65%, 45%) |
| CMYK | cmyk(56%, 79%, 0%, 25%) |
| LAB | lab(32.2 55.2 -71.2) |
| LCH | lch(32.2 90.1 307.8) |
| OKLCH | oklch(0.440 0.214 287.1) |
Copy-ready code
/* CSS */
color: #5428bf;
background-color: #5428bf;
/* Tailwind (arbitrary) */
class="text-[#5428bf] bg-[#5428bf]"
/* SCSS */
$brand: #5428bf;
/* SwiftUI */
Color(red: 0.329, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#5428bf")Accessibility — WCAG contrast
Aa
#5428bf on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5428bf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan56.0%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#5428bf text on a black background
contrast 2.43:1
Card sample
#5428bf text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5428bf;
Background color
Panel with #5428bf background
background-color: #5428bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5428bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5428bf; background: linear-gradient(135deg, #5428bf, #B928BF);