#551144
a deep, vivid magenta / pink · warm · closest name: purple
RGB
85, 17, 68
HSL
315°, 67%, 20%
CMYK
0, 80, 20, 67
Luminance
0.0275
Every format
| HEX | #551144 |
| RGB | rgb(85, 17, 68) |
| HSL | hsl(315, 67%, 20%) |
| CMYK | cmyk(0%, 80%, 20%, 67%) |
| LAB | lab(19.0 36.3 -14.6) |
| LCH | lch(19.0 39.1 338.1) |
| OKLCH | oklch(0.317 0.115 340.0) |
Copy-ready code
/* CSS */
color: #551144;
background-color: #551144;
/* Tailwind (arbitrary) */
class="text-[#551144] bg-[#551144]"
/* SCSS */
$brand: #551144;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#551144")Accessibility — WCAG contrast
Aa
#551144 on white: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551144 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow20.0%
Key (black)66.7%
Color previews
#551144 text on a black background
contrast 1.55:1
Card sample
#551144 text on a white background
contrast 13.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551144;
Background color
Panel with #551144 background
background-color: #551144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551144; background: linear-gradient(135deg, #551144, #551117);