#8b4166
a dark, soft magenta / pink · warm · closest name: plum
RGB
139, 65, 102
HSL
330°, 36%, 40%
CMYK
0, 53, 27, 46
Luminance
0.1023
Every format
| HEX | #8b4166 |
| RGB | rgb(139, 65, 102) |
| HSL | hsl(330, 36%, 40%) |
| CMYK | cmyk(0%, 53%, 27%, 46%) |
| LAB | lab(38.3 36.0 -6.8) |
| LCH | lch(38.3 36.6 349.3) |
| OKLCH | oklch(0.482 0.110 350.8) |
Copy-ready code
/* CSS */
color: #8b4166;
background-color: #8b4166;
/* Tailwind (arbitrary) */
class="text-[#8b4166] bg-[#8b4166]"
/* SCSS */
$brand: #8b4166;
/* SwiftUI */
Color(red: 0.545, green: 0.255, blue: 0.400)
/* Android */
Color.parseColor("#8b4166")Accessibility — WCAG contrast
Aa
#8b4166 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b4166 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green25.5%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow26.6%
Key (black)45.5%
Color previews
#8b4166 text on a black background
contrast 3.05:1
Card sample
#8b4166 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b4166;
Background color
Panel with #8b4166 background
background-color: #8b4166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b4166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 65, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 65, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b4166; background: linear-gradient(135deg, #8b4166, #8B4D41);