#881199
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 17, 153
HSL
293°, 80%, 33%
CMYK
11, 89, 0, 40
Luminance
0.0794
Every format
| HEX | #881199 |
| RGB | rgb(136, 17, 153) |
| HSL | hsl(293, 80%, 33%) |
| CMYK | cmyk(11%, 89%, 0%, 40%) |
| LAB | lab(33.9 61.8 -45.4) |
| LCH | lch(33.9 76.7 323.7) |
| OKLCH | oklch(0.458 0.206 321.9) |
Copy-ready code
/* CSS */
color: #881199;
background-color: #881199;
/* Tailwind (arbitrary) */
class="text-[#881199] bg-[#881199]"
/* SCSS */
$brand: #881199;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#881199")Accessibility — WCAG contrast
Aa
#881199 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881199 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#881199 text on a black background
contrast 2.59:1
Card sample
#881199 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881199;
Background color
Panel with #881199 background
background-color: #881199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881199; background: linear-gradient(135deg, #881199, #99114F);