#552b5a
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
85, 43, 90
HSL
294°, 35%, 26%
CMYK
6, 52, 0, 65
Luminance
0.0440
Every format
| HEX | #552b5a |
| RGB | rgb(85, 43, 90) |
| HSL | hsl(294, 35%, 26%) |
| CMYK | cmyk(6%, 52%, 0%, 65%) |
| LAB | lab(24.9 27.5 -20.2) |
| LCH | lch(24.9 34.1 323.7) |
| OKLCH | oklch(0.364 0.093 323.2) |
Copy-ready code
/* CSS */
color: #552b5a;
background-color: #552b5a;
/* Tailwind (arbitrary) */
class="text-[#552b5a] bg-[#552b5a]"
/* SCSS */
$brand: #552b5a;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.353)
/* Android */
Color.parseColor("#552b5a")Accessibility — WCAG contrast
Aa
#552b5a on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b5a on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue35.3%
CMYK percentages
Cyan5.6%
Magenta52.2%
Yellow0.0%
Key (black)64.7%
Color previews
#552b5a text on a black background
contrast 1.88:1
Card sample
#552b5a text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b5a;
Background color
Panel with #552b5a background
background-color: #552b5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b5a; background: linear-gradient(135deg, #552b5a, #5A2B40);