#852182
a dark, vivid magenta / pink · warm · closest name: purple
RGB
133, 33, 130
HSL
302°, 60%, 33%
CMYK
0, 75, 2, 48
Luminance
0.0769
Every format
| HEX | #852182 |
| RGB | rgb(133, 33, 130) |
| HSL | hsl(302, 60%, 33%) |
| CMYK | cmyk(0%, 75%, 2%, 48%) |
| LAB | lab(33.3 53.0 -32.0) |
| LCH | lch(33.3 61.9 328.8) |
| OKLCH | oklch(0.448 0.174 329.3) |
Copy-ready code
/* CSS */
color: #852182;
background-color: #852182;
/* Tailwind (arbitrary) */
class="text-[#852182] bg-[#852182]"
/* SCSS */
$brand: #852182;
/* SwiftUI */
Color(red: 0.522, green: 0.129, blue: 0.510)
/* Android */
Color.parseColor("#852182")Accessibility — WCAG contrast
Aa
#852182 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#852182 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green12.9%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow2.3%
Key (black)47.8%
Color previews
#852182 text on a black background
contrast 2.54:1
Card sample
#852182 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852182;
Background color
Panel with #852182 background
background-color: #852182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 33, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 33, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852182; background: linear-gradient(135deg, #852182, #85213F);