#421321
a deep, vivid magenta / pink · warm · closest name: black
RGB
66, 19, 33
HSL
342°, 55%, 17%
CMYK
0, 71, 50, 74
Luminance
0.0173
Every format
| HEX | #421321 |
| RGB | rgb(66, 19, 33) |
| HSL | hsl(342, 55%, 17%) |
| CMYK | cmyk(0%, 71%, 50%, 74%) |
| LAB | lab(14.0 24.2 2.5) |
| LCH | lch(14.0 24.3 5.9) |
| OKLCH | oklch(0.268 0.074 5.2) |
Copy-ready code
/* CSS */
color: #421321;
background-color: #421321;
/* Tailwind (arbitrary) */
class="text-[#421321] bg-[#421321]"
/* SCSS */
$brand: #421321;
/* SwiftUI */
Color(red: 0.259, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#421321")Accessibility — WCAG contrast
Aa
#421321 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421321 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow50.0%
Key (black)74.1%
Color previews
#421321 text on a black background
contrast 1.35:1
Card sample
#421321 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421321;
Background color
Panel with #421321 background
background-color: #421321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421321; background: linear-gradient(135deg, #421321, #422413);