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