#32162c
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 22, 44
HSL
313°, 39%, 14%
CMYK
0, 56, 12, 80
Luminance
0.0143
Every format
| HEX | #32162c |
| RGB | rgb(50, 22, 44) |
| HSL | hsl(313, 39%, 14%) |
| CMYK | cmyk(0%, 56%, 12%, 80%) |
| LAB | lab(12.2 17.9 -8.6) |
| LCH | lch(12.2 19.8 334.2) |
| OKLCH | oklch(0.250 0.057 335.7) |
Copy-ready code
/* CSS */
color: #32162c;
background-color: #32162c;
/* Tailwind (arbitrary) */
class="text-[#32162c] bg-[#32162c]"
/* SCSS */
$brand: #32162c;
/* SwiftUI */
Color(red: 0.196, green: 0.086, blue: 0.173)
/* Android */
Color.parseColor("#32162c")Accessibility — WCAG contrast
Aa
#32162c on white: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32162c on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green8.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow12.0%
Key (black)80.4%
Color previews
#32162c text on a black background
contrast 1.29:1
Card sample
#32162c text on a white background
contrast 16.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32162c;
Background color
Panel with #32162c background
background-color: #32162c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32162c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 22, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 22, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32162c; background: linear-gradient(135deg, #32162c, #321619);