#55223b
a deep, soft magenta / pink · warm · closest name: black
RGB
85, 34, 59
HSL
331°, 43%, 23%
CMYK
0, 60, 31, 67
Luminance
0.0339
Every format
| HEX | #55223b |
| RGB | rgb(85, 34, 59) |
| HSL | hsl(331, 43%, 23%) |
| CMYK | cmyk(0%, 60%, 31%, 67%) |
| LAB | lab(21.6 26.8 -4.5) |
| LCH | lch(21.6 27.2 350.4) |
| OKLCH | oklch(0.334 0.082 351.8) |
Copy-ready code
/* CSS */
color: #55223b;
background-color: #55223b;
/* Tailwind (arbitrary) */
class="text-[#55223b] bg-[#55223b]"
/* SCSS */
$brand: #55223b;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.231)
/* Android */
Color.parseColor("#55223b")Accessibility — WCAG contrast
Aa
#55223b on white: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55223b on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow30.6%
Key (black)66.7%
Color previews
#55223b text on a black background
contrast 1.68:1
Card sample
#55223b text on a white background
contrast 12.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55223b;
Background color
Panel with #55223b background
background-color: #55223b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55223b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55223b; background: linear-gradient(135deg, #55223b, #552B22);