#552b87
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 43, 135
HSL
267°, 52%, 35%
CMYK
37, 68, 0, 47
Luminance
0.0541
Every format
| HEX | #552b87 |
| RGB | rgb(85, 43, 135) |
| HSL | hsl(267, 52%, 35%) |
| CMYK | cmyk(37%, 68%, 0%, 47%) |
| LAB | lab(27.9 38.7 -44.3) |
| LCH | lch(27.9 58.8 311.1) |
| OKLCH | oklch(0.395 0.147 300.8) |
Copy-ready code
/* CSS */
color: #552b87;
background-color: #552b87;
/* Tailwind (arbitrary) */
class="text-[#552b87] bg-[#552b87]"
/* SCSS */
$brand: #552b87;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.529)
/* Android */
Color.parseColor("#552b87")Accessibility — WCAG contrast
Aa
#552b87 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b87 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue52.9%
CMYK percentages
Cyan37.0%
Magenta68.1%
Yellow0.0%
Key (black)47.1%
Color previews
#552b87 text on a black background
contrast 2.08:1
Card sample
#552b87 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b87;
Background color
Panel with #552b87 background
background-color: #552b87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b87; background: linear-gradient(135deg, #552b87, #872B7C);