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