#321121
a deep, vivid magenta / pink · warm · closest name: black
RGB
50, 17, 33
HSL
331°, 49%, 13%
CMYK
0, 66, 34, 80
Luminance
0.0119
Every format
| HEX | #321121 |
| RGB | rgb(50, 17, 33) |
| HSL | hsl(331, 49%, 13%) |
| CMYK | cmyk(0%, 66%, 34%, 80%) |
| LAB | lab(10.5 18.9 -3.1) |
| LCH | lch(10.5 19.2 350.8) |
| OKLCH | oklch(0.236 0.058 352.1) |
Copy-ready code
/* CSS */
color: #321121;
background-color: #321121;
/* Tailwind (arbitrary) */
class="text-[#321121] bg-[#321121]"
/* SCSS */
$brand: #321121;
/* SwiftUI */
Color(red: 0.196, green: 0.067, blue: 0.129)
/* Android */
Color.parseColor("#321121")Accessibility — WCAG contrast
Aa
#321121 on white: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321121 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green6.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow34.0%
Key (black)80.4%
Color previews
#321121 text on a black background
contrast 1.24:1
Card sample
#321121 text on a white background
contrast 16.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321121;
Background color
Panel with #321121 background
background-color: #321121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 17, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 17, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321121; background: linear-gradient(135deg, #321121, #321711);