#32142b
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 20, 43
HSL
314°, 43%, 14%
CMYK
0, 60, 14, 80
Luminance
0.0135
Every format
| HEX | #32142b |
| RGB | rgb(50, 20, 43) |
| HSL | hsl(314, 43%, 14%) |
| CMYK | cmyk(0%, 60%, 14%, 80%) |
| LAB | lab(11.6 18.9 -8.7) |
| LCH | lch(11.6 20.9 335.2) |
| OKLCH | oklch(0.246 0.060 336.9) |
Copy-ready code
/* CSS */
color: #32142b;
background-color: #32142b;
/* Tailwind (arbitrary) */
class="text-[#32142b] bg-[#32142b]"
/* SCSS */
$brand: #32142b;
/* SwiftUI */
Color(red: 0.196, green: 0.078, blue: 0.169)
/* Android */
Color.parseColor("#32142b")Accessibility — WCAG contrast
Aa
#32142b on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32142b on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green7.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow14.0%
Key (black)80.4%
Color previews
#32142b text on a black background
contrast 1.27:1
Card sample
#32142b text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32142b;
Background color
Panel with #32142b background
background-color: #32142b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32142b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 20, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 20, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32142b; background: linear-gradient(135deg, #32142b, #321417);