#89397b
a dark, soft magenta / pink · warm · closest name: purple
RGB
137, 57, 123
HSL
311°, 41%, 38%
CMYK
0, 58, 10, 46
Luminance
0.0967
Every format
| HEX | #89397b |
| RGB | rgb(137, 57, 123) |
| HSL | hsl(311, 41%, 38%) |
| CMYK | cmyk(0%, 58%, 10%, 46%) |
| LAB | lab(37.3 42.8 -21.5) |
| LCH | lch(37.3 47.9 333.3) |
| OKLCH | oklch(0.477 0.137 334.8) |
Copy-ready code
/* CSS */
color: #89397b;
background-color: #89397b;
/* Tailwind (arbitrary) */
class="text-[#89397b] bg-[#89397b]"
/* SCSS */
$brand: #89397b;
/* SwiftUI */
Color(red: 0.537, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#89397b")Accessibility — WCAG contrast
Aa
#89397b on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#89397b on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow10.2%
Key (black)46.3%
Color previews
#89397b text on a black background
contrast 2.93:1
Card sample
#89397b text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89397b;
Background color
Panel with #89397b background
background-color: #89397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89397b; background: linear-gradient(135deg, #89397b, #893946);