#881144
a dark, electric magenta / pink · warm · closest name: maroon
RGB
136, 17, 68
HSL
334°, 78%, 30%
CMYK
0, 88, 50, 47
Luminance
0.0605
Every format
| HEX | #881144 |
| RGB | rgb(136, 17, 68) |
| HSL | hsl(334, 78%, 30%) |
| CMYK | cmyk(0%, 88%, 50%, 47%) |
| LAB | lab(29.6 50.2 2.3) |
| LCH | lch(29.6 50.3 2.6) |
| OKLCH | oklch(0.413 0.154 2.3) |
Copy-ready code
/* CSS */
color: #881144;
background-color: #881144;
/* Tailwind (arbitrary) */
class="text-[#881144] bg-[#881144]"
/* SCSS */
$brand: #881144;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#881144")Accessibility — WCAG contrast
Aa
#881144 on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881144 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow50.0%
Key (black)46.7%
Color previews
#881144 text on a black background
contrast 2.21:1
Card sample
#881144 text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881144;
Background color
Panel with #881144 background
background-color: #881144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881144; background: linear-gradient(135deg, #881144, #882D11);