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