#891776
a dark, vivid magenta / pink · warm · closest name: purple
RGB
137, 23, 118
HSL
310°, 71%, 31%
CMYK
0, 83, 14, 46
Luminance
0.0724
Every format
| HEX | #891776 |
| RGB | rgb(137, 23, 118) |
| HSL | hsl(310, 71%, 31%) |
| CMYK | cmyk(0%, 83%, 14%, 46%) |
| LAB | lab(32.4 55.0 -26.0) |
| LCH | lch(32.4 60.8 334.7) |
| OKLCH | oklch(0.440 0.177 336.3) |
Copy-ready code
/* CSS */
color: #891776;
background-color: #891776;
/* Tailwind (arbitrary) */
class="text-[#891776] bg-[#891776]"
/* SCSS */
$brand: #891776;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.463)
/* Android */
Color.parseColor("#891776")Accessibility — WCAG contrast
Aa
#891776 on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891776 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow13.9%
Key (black)46.3%
Color previews
#891776 text on a black background
contrast 2.45:1
Card sample
#891776 text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891776;
Background color
Panel with #891776 background
background-color: #891776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891776; background: linear-gradient(135deg, #891776, #89172A);