#852850
a dark, vivid magenta / pink · warm · closest name: purple
RGB
133, 40, 80
HSL
334°, 54%, 34%
CMYK
0, 70, 40, 48
Luminance
0.0708
Every format
| HEX | #852850 |
| RGB | rgb(133, 40, 80) |
| HSL | hsl(334, 54%, 34%) |
| CMYK | cmyk(0%, 70%, 40%, 48%) |
| LAB | lab(32.0 43.1 -2.1) |
| LCH | lch(32.0 43.1 357.1) |
| OKLCH | oklch(0.431 0.132 357.8) |
Copy-ready code
/* CSS */
color: #852850;
background-color: #852850;
/* Tailwind (arbitrary) */
class="text-[#852850] bg-[#852850]"
/* SCSS */
$brand: #852850;
/* SwiftUI */
Color(red: 0.522, green: 0.157, blue: 0.314)
/* Android */
Color.parseColor("#852850")Accessibility — WCAG contrast
Aa
#852850 on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#852850 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green15.7%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow39.8%
Key (black)47.8%
Color previews
#852850 text on a black background
contrast 2.42:1
Card sample
#852850 text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852850;
Background color
Panel with #852850 background
background-color: #852850;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852850;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 40, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 40, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852850; background: linear-gradient(135deg, #852850, #853E28);