#891754
a dark, vivid magenta / pink · warm · closest name: purple
RGB
137, 23, 84
HSL
328°, 71%, 31%
CMYK
0, 83, 39, 46
Luminance
0.0657
Every format
| HEX | #891754 |
| RGB | rgb(137, 23, 84) |
| HSL | hsl(328, 71%, 31%) |
| CMYK | cmyk(0%, 83%, 39%, 46%) |
| LAB | lab(30.8 50.6 -6.4) |
| LCH | lch(30.8 51.0 352.7) |
| OKLCH | oklch(0.424 0.157 354.0) |
Copy-ready code
/* CSS */
color: #891754;
background-color: #891754;
/* Tailwind (arbitrary) */
class="text-[#891754] bg-[#891754]"
/* SCSS */
$brand: #891754;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.329)
/* Android */
Color.parseColor("#891754")Accessibility — WCAG contrast
Aa
#891754 on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891754 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow38.7%
Key (black)46.3%
Color previews
#891754 text on a black background
contrast 2.31:1
Card sample
#891754 text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891754;
Background color
Panel with #891754 background
background-color: #891754;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891754;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891754; background: linear-gradient(135deg, #891754, #892617);