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