#89004f
a dark, electric magenta / pink · warm · closest name: purple
RGB
137, 0, 79
HSL
325°, 100%, 27%
CMYK
0, 100, 42, 46
Luminance
0.0588
Every format
| HEX | #89004f |
| RGB | rgb(137, 0, 79) |
| HSL | hsl(325, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 42%, 46%) |
| LAB | lab(29.1 54.5 -5.7) |
| LCH | lch(29.1 54.7 354.1) |
| OKLCH | oklch(0.411 0.169 355.1) |
Copy-ready code
/* CSS */
color: #89004f;
background-color: #89004f;
/* Tailwind (arbitrary) */
class="text-[#89004f] bg-[#89004f]"
/* SCSS */
$brand: #89004f;
/* SwiftUI */
Color(red: 0.537, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#89004f")Accessibility — WCAG contrast
Aa
#89004f on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#89004f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.3%
Key (black)46.3%
Color previews
#89004f text on a black background
contrast 2.18:1
Card sample
#89004f text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89004f;
Background color
Panel with #89004f background
background-color: #89004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89004f; background: linear-gradient(135deg, #89004f, #890C00);