#552f39
a dark, soft magenta / pink · warm · closest name: black
RGB
85, 47, 57
HSL
344°, 29%, 26%
CMYK
0, 45, 33, 67
Luminance
0.0426
Every format
| HEX | #552f39 |
| RGB | rgb(85, 47, 57) |
| HSL | hsl(344, 29%, 26%) |
| CMYK | cmyk(0%, 45%, 33%, 67%) |
| LAB | lab(24.5 18.8 1.2) |
| LCH | lch(24.5 18.8 3.7) |
| OKLCH | oklch(0.356 0.057 3.4) |
Copy-ready code
/* CSS */
color: #552f39;
background-color: #552f39;
/* Tailwind (arbitrary) */
class="text-[#552f39] bg-[#552f39]"
/* SCSS */
$brand: #552f39;
/* SwiftUI */
Color(red: 0.333, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#552f39")Accessibility — WCAG contrast
Aa
#552f39 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552f39 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow32.9%
Key (black)66.7%
Color previews
#552f39 text on a black background
contrast 1.85:1
Card sample
#552f39 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552f39;
Background color
Panel with #552f39 background
background-color: #552f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552f39; background: linear-gradient(135deg, #552f39, #553E2F);