#52182b
a deep, vivid magenta / pink · warm · closest name: black
RGB
82, 24, 43
HSL
340°, 55%, 21%
CMYK
0, 71, 48, 68
Luminance
0.0262
Every format
| HEX | #52182b |
| RGB | rgb(82, 24, 43) |
| HSL | hsl(340, 55%, 21%) |
| CMYK | cmyk(0%, 71%, 48%, 68%) |
| LAB | lab(18.5 28.8 2.1) |
| LCH | lch(18.5 28.9 4.1) |
| OKLCH | oklch(0.308 0.088 3.7) |
Copy-ready code
/* CSS */
color: #52182b;
background-color: #52182b;
/* Tailwind (arbitrary) */
class="text-[#52182b] bg-[#52182b]"
/* SCSS */
$brand: #52182b;
/* SwiftUI */
Color(red: 0.322, green: 0.094, blue: 0.169)
/* Android */
Color.parseColor("#52182b")Accessibility — WCAG contrast
Aa
#52182b on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52182b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green9.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow47.6%
Key (black)67.8%
Color previews
#52182b text on a black background
contrast 1.52:1
Card sample
#52182b text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52182b;
Background color
Panel with #52182b background
background-color: #52182b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52182b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 24, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 24, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52182b; background: linear-gradient(135deg, #52182b, #522C18);