#852c85
a dark, vivid magenta / pink · warm · closest name: purple
RGB
133, 44, 133
HSL
300°, 50%, 35%
CMYK
0, 67, 0, 48
Luminance
0.0848
Every format
| HEX | #852c85 |
| RGB | rgb(133, 44, 133) |
| HSL | hsl(300, 50%, 35%) |
| CMYK | cmyk(0%, 67%, 0%, 48%) |
| LAB | lab(35.0 49.4 -31.3) |
| LCH | lch(35.0 58.4 327.6) |
| OKLCH | oklch(0.461 0.163 327.8) |
Copy-ready code
/* CSS */
color: #852c85;
background-color: #852c85;
/* Tailwind (arbitrary) */
class="text-[#852c85] bg-[#852c85]"
/* SCSS */
$brand: #852c85;
/* SwiftUI */
Color(red: 0.522, green: 0.173, blue: 0.522)
/* Android */
Color.parseColor("#852c85")Accessibility — WCAG contrast
Aa
#852c85 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#852c85 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green17.3%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow0.0%
Key (black)47.8%
Color previews
#852c85 text on a black background
contrast 2.70:1
Card sample
#852c85 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852c85;
Background color
Panel with #852c85 background
background-color: #852c85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852c85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 44, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 44, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852c85; background: linear-gradient(135deg, #852c85, #852C4A);