#850047
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 71
HSL
328°, 100%, 26%
CMYK
0, 100, 47, 48
Luminance
0.0544
Every format
| HEX | #850047 |
| RGB | rgb(133, 0, 71) |
| HSL | hsl(328, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 47%, 48%) |
| LAB | lab(28.0 52.8 -2.1) |
| LCH | lch(28.0 52.8 357.7) |
| OKLCH | oklch(0.401 0.163 358.3) |
Copy-ready code
/* CSS */
color: #850047;
background-color: #850047;
/* Tailwind (arbitrary) */
class="text-[#850047] bg-[#850047]"
/* SCSS */
$brand: #850047;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.278)
/* Android */
Color.parseColor("#850047")Accessibility — WCAG contrast
Aa
#850047 on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850047 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow46.6%
Key (black)47.8%
Color previews
#850047 text on a black background
contrast 2.09:1
Card sample
#850047 text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850047;
Background color
Panel with #850047 background
background-color: #850047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850047; background: linear-gradient(135deg, #850047, #851200);