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