#522952
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
82, 41, 82
HSL
300°, 33%, 24%
CMYK
0, 50, 0, 68
Luminance
0.0399
Every format
| HEX | #522952 |
| RGB | rgb(82, 41, 82) |
| HSL | hsl(300, 33%, 24%) |
| CMYK | cmyk(0%, 50%, 0%, 68%) |
| LAB | lab(23.6 25.9 -17.0) |
| LCH | lch(23.6 31.0 326.8) |
| OKLCH | oklch(0.352 0.086 327.2) |
Copy-ready code
/* CSS */
color: #522952;
background-color: #522952;
/* Tailwind (arbitrary) */
class="text-[#522952] bg-[#522952]"
/* SCSS */
$brand: #522952;
/* SwiftUI */
Color(red: 0.322, green: 0.161, blue: 0.322)
/* Android */
Color.parseColor("#522952")Accessibility — WCAG contrast
Aa
#522952 on white: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522952 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.1%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)67.8%
Color previews
#522952 text on a black background
contrast 1.80:1
Card sample
#522952 text on a white background
contrast 11.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522952;
Background color
Panel with #522952 background
background-color: #522952;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522952;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 41, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 41, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522952; background: linear-gradient(135deg, #522952, #522937);