#80418b
a dark, soft magenta / pink · warm · closest name: purple
RGB
128, 65, 139
HSL
291°, 36%, 40%
CMYK
8, 53, 0, 46
Luminance
0.1023
Every format
| HEX | #80418b |
| RGB | rgb(128, 65, 139) |
| HSL | hsl(291, 36%, 40%) |
| CMYK | cmyk(8%, 53%, 0%, 46%) |
| LAB | lab(38.3 39.0 -29.9) |
| LCH | lch(38.3 49.1 322.6) |
| OKLCH | oklch(0.484 0.133 321.5) |
Copy-ready code
/* CSS */
color: #80418b;
background-color: #80418b;
/* Tailwind (arbitrary) */
class="text-[#80418b] bg-[#80418b]"
/* SCSS */
$brand: #80418b;
/* SwiftUI */
Color(red: 0.502, green: 0.255, blue: 0.545)
/* Android */
Color.parseColor("#80418b")Accessibility — WCAG contrast
Aa
#80418b on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#80418b on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green25.5%
Blue54.5%
CMYK percentages
Cyan7.9%
Magenta53.2%
Yellow0.0%
Key (black)45.5%
Color previews
#80418b text on a black background
contrast 3.05:1
Card sample
#80418b text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80418b;
Background color
Panel with #80418b background
background-color: #80418b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80418b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 65, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 65, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80418b; background: linear-gradient(135deg, #80418b, #8B4165);