#881155
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 85
HSL
326°, 78%, 30%
CMYK
0, 88, 38, 47
Luminance
0.0629
Every format
| HEX | #881155 |
| RGB | rgb(136, 17, 85) |
| HSL | hsl(326, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 38%, 47%) |
| LAB | lab(30.1 51.9 -8.1) |
| LCH | lch(30.1 52.5 351.1) |
| OKLCH | oklch(0.419 0.161 352.5) |
Copy-ready code
/* CSS */
color: #881155;
background-color: #881155;
/* Tailwind (arbitrary) */
class="text-[#881155] bg-[#881155]"
/* SCSS */
$brand: #881155;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.333)
/* Android */
Color.parseColor("#881155")Accessibility — WCAG contrast
Aa
#881155 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881155 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow37.5%
Key (black)46.7%
Color previews
#881155 text on a black background
contrast 2.26:1
Card sample
#881155 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881155;
Background color
Panel with #881155 background
background-color: #881155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881155; background: linear-gradient(135deg, #881155, #881C11);