#891749
a dark, vivid magenta / pink · warm · closest name: purple
RGB
137, 23, 73
HSL
334°, 71%, 31%
CMYK
0, 83, 47, 46
Luminance
0.0641
Every format
| HEX | #891749 |
| RGB | rgb(137, 23, 73) |
| HSL | hsl(334, 71%, 31%) |
| CMYK | cmyk(0%, 83%, 47%, 46%) |
| LAB | lab(30.4 49.5 0.3) |
| LCH | lch(30.4 49.5 0.3) |
| OKLCH | oklch(0.420 0.152 0.5) |
Copy-ready code
/* CSS */
color: #891749;
background-color: #891749;
/* Tailwind (arbitrary) */
class="text-[#891749] bg-[#891749]"
/* SCSS */
$brand: #891749;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.286)
/* Android */
Color.parseColor("#891749")Accessibility — WCAG contrast
Aa
#891749 on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891749 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow46.7%
Key (black)46.3%
Color previews
#891749 text on a black background
contrast 2.28:1
Card sample
#891749 text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891749;
Background color
Panel with #891749 background
background-color: #891749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891749; background: linear-gradient(135deg, #891749, #893117);