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