#551139
a deep, vivid magenta / pink · warm · closest name: purple
RGB
85, 17, 57
HSL
325°, 67%, 20%
CMYK
0, 80, 33, 67
Luminance
0.0263
Every format
| HEX | #551139 |
| RGB | rgb(85, 17, 57) |
| HSL | hsl(325, 67%, 20%) |
| CMYK | cmyk(0%, 80%, 33%, 67%) |
| LAB | lab(18.5 34.7 -7.7) |
| LCH | lch(18.5 35.5 347.4) |
| OKLCH | oklch(0.312 0.108 349.2) |
Copy-ready code
/* CSS */
color: #551139;
background-color: #551139;
/* Tailwind (arbitrary) */
class="text-[#551139] bg-[#551139]"
/* SCSS */
$brand: #551139;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.224)
/* Android */
Color.parseColor("#551139")Accessibility — WCAG contrast
Aa
#551139 on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551139 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow32.9%
Key (black)66.7%
Color previews
#551139 text on a black background
contrast 1.53:1
Card sample
#551139 text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551139;
Background color
Panel with #551139 background
background-color: #551139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551139; background: linear-gradient(135deg, #551139, #551611);