#89286c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
137, 40, 108
HSL
318°, 55%, 35%
CMYK
0, 71, 21, 46
Luminance
0.0792
Every format
| HEX | #89286c |
| RGB | rgb(137, 40, 108) |
| HSL | hsl(318, 55%, 35%) |
| CMYK | cmyk(0%, 71%, 21%, 46%) |
| LAB | lab(33.8 48.0 -17.4) |
| LCH | lch(33.8 51.0 340.1) |
| OKLCH | oklch(0.449 0.151 342.0) |
Copy-ready code
/* CSS */
color: #89286c;
background-color: #89286c;
/* Tailwind (arbitrary) */
class="text-[#89286c] bg-[#89286c]"
/* SCSS */
$brand: #89286c;
/* SwiftUI */
Color(red: 0.537, green: 0.157, blue: 0.424)
/* Android */
Color.parseColor("#89286c")Accessibility — WCAG contrast
Aa
#89286c on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#89286c on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green15.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow21.2%
Key (black)46.3%
Color previews
#89286c text on a black background
contrast 2.58:1
Card sample
#89286c text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89286c;
Background color
Panel with #89286c background
background-color: #89286c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89286c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 40, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 40, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89286c; background: linear-gradient(135deg, #89286c, #89282B);