#852257
a dark, vivid magenta / pink · warm · closest name: purple
RGB
133, 34, 87
HSL
328°, 59%, 33%
CMYK
0, 74, 35, 48
Luminance
0.0682
Every format
| HEX | #852257 |
| RGB | rgb(133, 34, 87) |
| HSL | hsl(328, 59%, 33%) |
| CMYK | cmyk(0%, 74%, 35%, 48%) |
| LAB | lab(31.4 46.3 -7.6) |
| LCH | lch(31.4 46.9 350.7) |
| OKLCH | oklch(0.427 0.143 352.1) |
Copy-ready code
/* CSS */
color: #852257;
background-color: #852257;
/* Tailwind (arbitrary) */
class="text-[#852257] bg-[#852257]"
/* SCSS */
$brand: #852257;
/* SwiftUI */
Color(red: 0.522, green: 0.133, blue: 0.341)
/* Android */
Color.parseColor("#852257")Accessibility — WCAG contrast
Aa
#852257 on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#852257 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green13.3%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow34.6%
Key (black)47.8%
Color previews
#852257 text on a black background
contrast 2.36:1
Card sample
#852257 text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852257;
Background color
Panel with #852257 background
background-color: #852257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 34, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 34, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852257; background: linear-gradient(135deg, #852257, #852F22);