#8b0f49
a dark, electric magenta / pink · warm · closest name: purple
RGB
139, 15, 73
HSL
332°, 81%, 30%
CMYK
0, 89, 48, 46
Luminance
0.0631
Every format
| HEX | #8b0f49 |
| RGB | rgb(139, 15, 73) |
| HSL | hsl(332, 81%, 30%) |
| CMYK | cmyk(0%, 89%, 48%, 46%) |
| LAB | lab(30.2 51.9 -0.1) |
| LCH | lch(30.2 51.9 359.9) |
| OKLCH | oklch(0.419 0.160 0.2) |
Copy-ready code
/* CSS */
color: #8b0f49;
background-color: #8b0f49;
/* Tailwind (arbitrary) */
class="text-[#8b0f49] bg-[#8b0f49]"
/* SCSS */
$brand: #8b0f49;
/* SwiftUI */
Color(red: 0.545, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#8b0f49")Accessibility — WCAG contrast
Aa
#8b0f49 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8b0f49 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow47.5%
Key (black)45.5%
Color previews
#8b0f49 text on a black background
contrast 2.26:1
Card sample
#8b0f49 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b0f49;
Background color
Panel with #8b0f49 background
background-color: #8b0f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b0f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b0f49; background: linear-gradient(135deg, #8b0f49, #8B280F);