#552244
a deep, soft magenta / pink · warm · closest name: black
RGB
85, 34, 68
HSL
320°, 43%, 23%
CMYK
0, 60, 20, 67
Luminance
0.0349
Every format
| HEX | #552244 |
| RGB | rgb(85, 34, 68) |
| HSL | hsl(320, 43%, 23%) |
| CMYK | cmyk(0%, 60%, 20%, 67%) |
| LAB | lab(21.9 28.3 -10.1) |
| LCH | lch(21.9 30.1 340.3) |
| OKLCH | oklch(0.338 0.088 342.2) |
Copy-ready code
/* CSS */
color: #552244;
background-color: #552244;
/* Tailwind (arbitrary) */
class="text-[#552244] bg-[#552244]"
/* SCSS */
$brand: #552244;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#552244")Accessibility — WCAG contrast
Aa
#552244 on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552244 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow20.0%
Key (black)66.7%
Color previews
#552244 text on a black background
contrast 1.70:1
Card sample
#552244 text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552244;
Background color
Panel with #552244 background
background-color: #552244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552244; background: linear-gradient(135deg, #552244, #552222);