#850b85
a dark, electric magenta / pink · warm · “purple”
RGB
133, 11, 133
HSL
300°, 85%, 28%
CMYK
0, 92, 0, 48
Luminance
0.0692
Every format
| HEX | #850b85 |
| RGB | rgb(133, 11, 133) |
| HSL | hsl(300, 85%, 28%) |
| CMYK | cmyk(0%, 92%, 0%, 48%) |
| LAB | lab(31.6 58.9 -36.6) |
| LCH | lch(31.6 69.4 328.1) |
| OKLCH | oklch(0.437 0.194 328.3) |
Copy-ready code
/* CSS */
color: #850b85;
background-color: #850b85;
/* Tailwind (arbitrary) */
class="text-[#850b85] bg-[#850b85]"
/* SCSS */
$brand: #850b85;
/* SwiftUI */
Color(red: 0.522, green: 0.043, blue: 0.522)
/* Android */
Color.parseColor("#850b85")Accessibility — WCAG contrast
Aa
#850b85 on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850b85 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green4.3%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow0.0%
Key (black)47.8%
Color previews
#850b85 text on a black background
contrast 2.38:1
Card sample
#850b85 text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850b85;
Background color
Panel with #850b85 background
background-color: #850b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 11, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 11, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850b85; background: linear-gradient(135deg, #850b85, #850B34);