#884488
a dark, soft magenta / pink · warm · closest name: purple
RGB
136, 68, 136
HSL
300°, 33%, 40%
CMYK
0, 50, 0, 47
Luminance
0.1115
Every format
| HEX | #884488 |
| RGB | rgb(136, 68, 136) |
| HSL | hsl(300, 33%, 40%) |
| CMYK | cmyk(0%, 50%, 0%, 47%) |
| LAB | lab(39.8 39.2 -25.5) |
| LCH | lch(39.8 46.8 327.0) |
| OKLCH | oklch(0.497 0.129 327.3) |
Copy-ready code
/* CSS */
color: #884488;
background-color: #884488;
/* Tailwind (arbitrary) */
class="text-[#884488] bg-[#884488]"
/* SCSS */
$brand: #884488;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#884488")Accessibility — WCAG contrast
Aa
#884488 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#884488 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)46.7%
Color previews
#884488 text on a black background
contrast 3.23:1
Card sample
#884488 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884488;
Background color
Panel with #884488 background
background-color: #884488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884488; background: linear-gradient(135deg, #884488, #88445B);