#850076
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 118
HSL
307°, 100%, 26%
CMYK
0, 100, 11, 48
Luminance
0.0629
Every format
| HEX | #850076 |
| RGB | rgb(133, 0, 118) |
| HSL | hsl(307, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 11%, 48%) |
| LAB | lab(30.1 58.3 -29.5) |
| LCH | lch(30.1 65.4 333.1) |
| OKLCH | oklch(0.423 0.189 334.5) |
Copy-ready code
/* CSS */
color: #850076;
background-color: #850076;
/* Tailwind (arbitrary) */
class="text-[#850076] bg-[#850076]"
/* SCSS */
$brand: #850076;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#850076")Accessibility — WCAG contrast
Aa
#850076 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850076 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow11.3%
Key (black)47.8%
Color previews
#850076 text on a black background
contrast 2.26:1
Card sample
#850076 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850076;
Background color
Panel with #850076 background
background-color: #850076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850076; background: linear-gradient(135deg, #850076, #85001D);