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