#85004c
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 76
HSL
326°, 100%, 26%
CMYK
0, 100, 43, 48
Luminance
0.0551
Every format
| HEX | #85004c |
| RGB | rgb(133, 0, 76) |
| HSL | hsl(326, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 43%, 48%) |
| LAB | lab(28.1 53.2 -5.2) |
| LCH | lch(28.1 53.5 354.4) |
| OKLCH | oklch(0.402 0.165 355.4) |
Copy-ready code
/* CSS */
color: #85004c;
background-color: #85004c;
/* Tailwind (arbitrary) */
class="text-[#85004c] bg-[#85004c]"
/* SCSS */
$brand: #85004c;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.298)
/* Android */
Color.parseColor("#85004c")Accessibility — WCAG contrast
Aa
#85004c on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85004c on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.9%
Key (black)47.8%
Color previews
#85004c text on a black background
contrast 2.10:1
Card sample
#85004c text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85004c;
Background color
Panel with #85004c background
background-color: #85004c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85004c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85004c; background: linear-gradient(135deg, #85004c, #850D00);