#552f42
a dark, soft magenta / pink · warm · closest name: black
RGB
85, 47, 66
HSL
330°, 29%, 26%
CMYK
0, 45, 22, 67
Luminance
0.0436
Every format
| HEX | #552f42 |
| RGB | rgb(85, 47, 66) |
| HSL | hsl(330, 29%, 26%) |
| CMYK | cmyk(0%, 45%, 22%, 67%) |
| LAB | lab(24.8 20.3 -4.4) |
| LCH | lch(24.8 20.8 347.8) |
| OKLCH | oklch(0.360 0.062 349.3) |
Copy-ready code
/* CSS */
color: #552f42;
background-color: #552f42;
/* Tailwind (arbitrary) */
class="text-[#552f42] bg-[#552f42]"
/* SCSS */
$brand: #552f42;
/* SwiftUI */
Color(red: 0.333, green: 0.184, blue: 0.259)
/* Android */
Color.parseColor("#552f42")Accessibility — WCAG contrast
Aa
#552f42 on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552f42 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.4%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow22.4%
Key (black)66.7%
Color previews
#552f42 text on a black background
contrast 1.87:1
Card sample
#552f42 text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552f42;
Background color
Panel with #552f42 background
background-color: #552f42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552f42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 47, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 47, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552f42; background: linear-gradient(135deg, #552f42, #55352F);