#55112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
85, 17, 43
HSL
337°, 67%, 20%
CMYK
0, 80, 49, 67
Luminance
0.0251
Every format
| HEX | #55112b |
| RGB | rgb(85, 17, 43) |
| HSL | hsl(337, 67%, 20%) |
| CMYK | cmyk(0%, 80%, 49%, 67%) |
| LAB | lab(17.9 33.0 1.4) |
| LCH | lch(17.9 33.0 2.4) |
| OKLCH | oklch(0.306 0.101 2.3) |
Copy-ready code
/* CSS */
color: #55112b;
background-color: #55112b;
/* Tailwind (arbitrary) */
class="text-[#55112b] bg-[#55112b]"
/* SCSS */
$brand: #55112b;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#55112b")Accessibility — WCAG contrast
Aa
#55112b on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55112b on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow49.4%
Key (black)66.7%
Color previews
#55112b text on a black background
contrast 1.50:1
Card sample
#55112b text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55112b;
Background color
Panel with #55112b background
background-color: #55112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55112b; background: linear-gradient(135deg, #55112b, #552411);