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