#884477
a dark, soft magenta / pink · warm · closest name: purple
RGB
136, 68, 119
HSL
315°, 33%, 40%
CMYK
0, 50, 13, 47
Luminance
0.1070
Every format
| HEX | #884477 |
| RGB | rgb(136, 68, 119) |
| HSL | hsl(315, 33%, 40%) |
| CMYK | cmyk(0%, 50%, 13%, 47%) |
| LAB | lab(39.1 36.1 -16.2) |
| LCH | lch(39.1 39.5 335.8) |
| OKLCH | oklch(0.489 0.114 337.5) |
Copy-ready code
/* CSS */
color: #884477;
background-color: #884477;
/* Tailwind (arbitrary) */
class="text-[#884477] bg-[#884477]"
/* SCSS */
$brand: #884477;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#884477")Accessibility — WCAG contrast
Aa
#884477 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#884477 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow12.5%
Key (black)46.7%
Color previews
#884477 text on a black background
contrast 3.14:1
Card sample
#884477 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884477;
Background color
Panel with #884477 background
background-color: #884477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884477; background: linear-gradient(135deg, #884477, #88444A);