#881185
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 133
HSL
302°, 78%, 30%
CMYK
0, 88, 2, 47
Luminance
0.0733
Every format
| HEX | #881185 |
| RGB | rgb(136, 17, 133) |
| HSL | hsl(302, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 2%, 47%) |
| LAB | lab(32.5 58.5 -35.1) |
| LCH | lch(32.5 68.2 329.0) |
| OKLCH | oklch(0.444 0.191 329.4) |
Copy-ready code
/* CSS */
color: #881185;
background-color: #881185;
/* Tailwind (arbitrary) */
class="text-[#881185] bg-[#881185]"
/* SCSS */
$brand: #881185;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.522)
/* Android */
Color.parseColor("#881185")Accessibility — WCAG contrast
Aa
#881185 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881185 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow2.2%
Key (black)46.7%
Color previews
#881185 text on a black background
contrast 2.47:1
Card sample
#881185 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881185;
Background color
Panel with #881185 background
background-color: #881185;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881185;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881185; background: linear-gradient(135deg, #881185, #881136);