#552f4c
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
85, 47, 76
HSL
314°, 29%, 26%
CMYK
0, 45, 11, 67
Luminance
0.0449
Every format
| HEX | #552f4c |
| RGB | rgb(85, 47, 76) |
| HSL | hsl(314, 29%, 26%) |
| CMYK | cmyk(0%, 45%, 11%, 67%) |
| LAB | lab(25.2 22.2 -10.5) |
| LCH | lch(25.2 24.5 334.7) |
| OKLCH | oklch(0.364 0.070 336.3) |
Copy-ready code
/* CSS */
color: #552f4c;
background-color: #552f4c;
/* Tailwind (arbitrary) */
class="text-[#552f4c] bg-[#552f4c]"
/* SCSS */
$brand: #552f4c;
/* SwiftUI */
Color(red: 0.333, green: 0.184, blue: 0.298)
/* Android */
Color.parseColor("#552f4c")Accessibility — WCAG contrast
Aa
#552f4c on white: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552f4c on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.4%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow10.6%
Key (black)66.7%
Color previews
#552f4c text on a black background
contrast 1.90:1
Card sample
#552f4c text on a white background
contrast 11.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552f4c;
Background color
Panel with #552f4c background
background-color: #552f4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552f4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 47, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 47, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552f4c; background: linear-gradient(135deg, #552f4c, #552F33);