#321921
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 25, 33
HSL
341°, 33%, 15%
CMYK
0, 50, 34, 80
Luminance
0.0148
Every format
| HEX | #321921 |
| RGB | rgb(50, 25, 33) |
| HSL | hsl(341, 33%, 15%) |
| CMYK | cmyk(0%, 50%, 34%, 80%) |
| LAB | lab(12.5 13.7 -0.1) |
| LCH | lch(12.5 13.7 359.7) |
| OKLCH | oklch(0.251 0.042 360.0) |
Copy-ready code
/* CSS */
color: #321921;
background-color: #321921;
/* Tailwind (arbitrary) */
class="text-[#321921] bg-[#321921]"
/* SCSS */
$brand: #321921;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#321921")Accessibility — WCAG contrast
Aa
#321921 on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321921 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow34.0%
Key (black)80.4%
Color previews
#321921 text on a black background
contrast 1.30:1
Card sample
#321921 text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321921;
Background color
Panel with #321921 background
background-color: #321921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321921; background: linear-gradient(135deg, #321921, #322219);