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