#881069
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 16, 105
HSL
316°, 79%, 30%
CMYK
0, 88, 23, 47
Luminance
0.0662
Every format
| HEX | #881069 |
| RGB | rgb(136, 16, 105) |
| HSL | hsl(316, 79%, 30%) |
| CMYK | cmyk(0%, 88%, 23%, 47%) |
| LAB | lab(30.9 54.5 -19.9) |
| LCH | lch(30.9 58.1 339.9) |
| OKLCH | oklch(0.428 0.173 341.9) |
Copy-ready code
/* CSS */
color: #881069;
background-color: #881069;
/* Tailwind (arbitrary) */
class="text-[#881069] bg-[#881069]"
/* SCSS */
$brand: #881069;
/* SwiftUI */
Color(red: 0.533, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#881069")Accessibility — WCAG contrast
Aa
#881069 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881069 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow22.8%
Key (black)46.7%
Color previews
#881069 text on a black background
contrast 2.32:1
Card sample
#881069 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881069;
Background color
Panel with #881069 background
background-color: #881069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881069; background: linear-gradient(135deg, #881069, #881019);