#552233
a deep, soft magenta / pink · warm · closest name: black
RGB
85, 34, 51
HSL
340°, 43%, 23%
CMYK
0, 60, 40, 67
Luminance
0.0331
Every format
| HEX | #552233 |
| RGB | rgb(85, 34, 51) |
| HSL | hsl(340, 43%, 23%) |
| CMYK | cmyk(0%, 60%, 40%, 67%) |
| LAB | lab(21.3 25.7 0.6) |
| LCH | lch(21.3 25.7 1.3) |
| OKLCH | oklch(0.331 0.078 1.3) |
Copy-ready code
/* CSS */
color: #552233;
background-color: #552233;
/* Tailwind (arbitrary) */
class="text-[#552233] bg-[#552233]"
/* SCSS */
$brand: #552233;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#552233")Accessibility — WCAG contrast
Aa
#552233 on white: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552233 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow40.0%
Key (black)66.7%
Color previews
#552233 text on a black background
contrast 1.66:1
Card sample
#552233 text on a white background
contrast 12.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552233;
Background color
Panel with #552233 background
background-color: #552233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552233; background: linear-gradient(135deg, #552233, #553322);