#891750
a dark, vivid magenta / pink · warm · closest name: purple
RGB
137, 23, 80
HSL
330°, 71%, 31%
CMYK
0, 83, 42, 46
Luminance
0.0651
Every format
| HEX | #891750 |
| RGB | rgb(137, 23, 80) |
| HSL | hsl(330, 71%, 31%) |
| CMYK | cmyk(0%, 83%, 42%, 46%) |
| LAB | lab(30.7 50.2 -4.0) |
| LCH | lch(30.7 50.3 355.4) |
| OKLCH | oklch(0.423 0.155 356.3) |
Copy-ready code
/* CSS */
color: #891750;
background-color: #891750;
/* Tailwind (arbitrary) */
class="text-[#891750] bg-[#891750]"
/* SCSS */
$brand: #891750;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.314)
/* Android */
Color.parseColor("#891750")Accessibility — WCAG contrast
Aa
#891750 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891750 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow41.6%
Key (black)46.3%
Color previews
#891750 text on a black background
contrast 2.30:1
Card sample
#891750 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891750;
Background color
Panel with #891750 background
background-color: #891750;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891750;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891750; background: linear-gradient(135deg, #891750, #892A17);