#850060
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 96
HSL
317°, 100%, 26%
CMYK
0, 100, 28, 48
Luminance
0.0583
Every format
| HEX | #850060 |
| RGB | rgb(133, 0, 96) |
| HSL | hsl(317, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 28%, 48%) |
| LAB | lab(29.0 55.4 -17.2) |
| LCH | lch(29.0 58.0 342.8) |
| OKLCH | oklch(0.411 0.175 344.8) |
Copy-ready code
/* CSS */
color: #850060;
background-color: #850060;
/* Tailwind (arbitrary) */
class="text-[#850060] bg-[#850060]"
/* SCSS */
$brand: #850060;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.376)
/* Android */
Color.parseColor("#850060")Accessibility — WCAG contrast
Aa
#850060 on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850060 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow27.8%
Key (black)47.8%
Color previews
#850060 text on a black background
contrast 2.17:1
Card sample
#850060 text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850060;
Background color
Panel with #850060 background
background-color: #850060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850060; background: linear-gradient(135deg, #850060, #850007);