#522331
a deep, soft magenta / pink · warm · closest name: black
RGB
82, 35, 49
HSL
342°, 40%, 23%
CMYK
0, 57, 40, 68
Luminance
0.0322
Every format
| HEX | #522331 |
| RGB | rgb(82, 35, 49) |
| HSL | hsl(342, 40%, 23%) |
| CMYK | cmyk(0%, 57%, 40%, 68%) |
| LAB | lab(20.9 23.6 1.4) |
| LCH | lch(20.9 23.7 3.3) |
| OKLCH | oklch(0.327 0.072 3.1) |
Copy-ready code
/* CSS */
color: #522331;
background-color: #522331;
/* Tailwind (arbitrary) */
class="text-[#522331] bg-[#522331]"
/* SCSS */
$brand: #522331;
/* SwiftUI */
Color(red: 0.322, green: 0.137, blue: 0.192)
/* Android */
Color.parseColor("#522331")Accessibility — WCAG contrast
Aa
#522331 on white: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522331 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green13.7%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow40.2%
Key (black)67.8%
Color previews
#522331 text on a black background
contrast 1.64:1
Card sample
#522331 text on a white background
contrast 12.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522331;
Background color
Panel with #522331 background
background-color: #522331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 35, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 35, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522331; background: linear-gradient(135deg, #522331, #523423);