#551736
a deep, vivid magenta / pink · warm · closest name: black
RGB
85, 23, 54
HSL
330°, 57%, 21%
CMYK
0, 73, 37, 67
Luminance
0.0281
Every format
| HEX | #551736 |
| RGB | rgb(85, 23, 54) |
| HSL | hsl(330, 57%, 21%) |
| CMYK | cmyk(0%, 73%, 37%, 67%) |
| LAB | lab(19.3 31.7 -4.5) |
| LCH | lch(19.3 32.0 352.0) |
| OKLCH | oklch(0.317 0.098 353.3) |
Copy-ready code
/* CSS */
color: #551736;
background-color: #551736;
/* Tailwind (arbitrary) */
class="text-[#551736] bg-[#551736]"
/* SCSS */
$brand: #551736;
/* SwiftUI */
Color(red: 0.333, green: 0.090, blue: 0.212)
/* Android */
Color.parseColor("#551736")Accessibility — WCAG contrast
Aa
#551736 on white: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551736 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green9.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow36.5%
Key (black)66.7%
Color previews
#551736 text on a black background
contrast 1.56:1
Card sample
#551736 text on a white background
contrast 13.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551736;
Background color
Panel with #551736 background
background-color: #551736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 23, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 23, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551736; background: linear-gradient(135deg, #551736, #552117);