#881b88
a dark, vivid magenta / pink · warm · closest name: purple
RGB
136, 27, 136
HSL
300°, 67%, 32%
CMYK
0, 80, 0, 47
Luminance
0.0780
Every format
| HEX | #881b88 |
| RGB | rgb(136, 27, 136) |
| HSL | hsl(300, 67%, 32%) |
| CMYK | cmyk(0%, 80%, 0%, 47%) |
| LAB | lab(33.6 56.5 -35.4) |
| LCH | lch(33.6 66.7 328.0) |
| OKLCH | oklch(0.452 0.186 328.1) |
Copy-ready code
/* CSS */
color: #881b88;
background-color: #881b88;
/* Tailwind (arbitrary) */
class="text-[#881b88] bg-[#881b88]"
/* SCSS */
$brand: #881b88;
/* SwiftUI */
Color(red: 0.533, green: 0.106, blue: 0.533)
/* Android */
Color.parseColor("#881b88")Accessibility — WCAG contrast
Aa
#881b88 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881b88 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green10.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow0.0%
Key (black)46.7%
Color previews
#881b88 text on a black background
contrast 2.56:1
Card sample
#881b88 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881b88;
Background color
Panel with #881b88 background
background-color: #881b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 27, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 27, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881b88; background: linear-gradient(135deg, #881b88, #881B3F);