#881182
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 130
HSL
303°, 78%, 30%
CMYK
0, 88, 4, 47
Luminance
0.0725
Every format
| HEX | #881182 |
| RGB | rgb(136, 17, 130) |
| HSL | hsl(303, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 4%, 47%) |
| LAB | lab(32.4 58.0 -33.5) |
| LCH | lch(32.4 67.0 329.9) |
| OKLCH | oklch(0.442 0.189 330.7) |
Copy-ready code
/* CSS */
color: #881182;
background-color: #881182;
/* Tailwind (arbitrary) */
class="text-[#881182] bg-[#881182]"
/* SCSS */
$brand: #881182;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.510)
/* Android */
Color.parseColor("#881182")Accessibility — WCAG contrast
Aa
#881182 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881182 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow4.4%
Key (black)46.7%
Color previews
#881182 text on a black background
contrast 2.45:1
Card sample
#881182 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881182;
Background color
Panel with #881182 background
background-color: #881182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881182; background: linear-gradient(135deg, #881182, #881133);