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