#881166
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 102
HSL
317°, 78%, 30%
CMYK
0, 88, 25, 47
Luminance
0.0659
Every format
| HEX | #881166 |
| RGB | rgb(136, 17, 102) |
| HSL | hsl(317, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 25%, 47%) |
| LAB | lab(30.9 54.0 -18.1) |
| LCH | lch(30.9 56.9 341.5) |
| OKLCH | oklch(0.427 0.170 343.5) |
Copy-ready code
/* CSS */
color: #881166;
background-color: #881166;
/* Tailwind (arbitrary) */
class="text-[#881166] bg-[#881166]"
/* SCSS */
$brand: #881166;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#881166")Accessibility — WCAG contrast
Aa
#881166 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881166 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow25.0%
Key (black)46.7%
Color previews
#881166 text on a black background
contrast 2.32:1
Card sample
#881166 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881166;
Background color
Panel with #881166 background
background-color: #881166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881166; background: linear-gradient(135deg, #881166, #881117);