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