#321c2c
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 28, 44
HSL
316°, 28%, 15%
CMYK
0, 44, 12, 80
Luminance
0.0169
Every format
| HEX | #321c2c |
| RGB | rgb(50, 28, 44) |
| HSL | hsl(316, 28%, 15%) |
| CMYK | cmyk(0%, 44%, 12%, 80%) |
| LAB | lab(13.8 13.8 -6.2) |
| LCH | lch(13.8 15.2 335.8) |
| OKLCH | oklch(0.262 0.043 337.5) |
Copy-ready code
/* CSS */
color: #321c2c;
background-color: #321c2c;
/* Tailwind (arbitrary) */
class="text-[#321c2c] bg-[#321c2c]"
/* SCSS */
$brand: #321c2c;
/* SwiftUI */
Color(red: 0.196, green: 0.110, blue: 0.173)
/* Android */
Color.parseColor("#321c2c")Accessibility — WCAG contrast
Aa
#321c2c on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321c2c on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green11.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow12.0%
Key (black)80.4%
Color previews
#321c2c text on a black background
contrast 1.34:1
Card sample
#321c2c text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321c2c;
Background color
Panel with #321c2c background
background-color: #321c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 28, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 28, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321c2c; background: linear-gradient(135deg, #321c2c, #321C1D);