#441321
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 19, 33
HSL
343°, 56%, 17%
CMYK
0, 72, 52, 73
Luminance
0.0180
Every format
| HEX | #441321 |
| RGB | rgb(68, 19, 33) |
| HSL | hsl(343, 56%, 17%) |
| CMYK | cmyk(0%, 72%, 52%, 73%) |
| LAB | lab(14.4 24.9 3.1) |
| LCH | lch(14.4 25.1 7.1) |
| OKLCH | oklch(0.272 0.076 6.2) |
Copy-ready code
/* CSS */
color: #441321;
background-color: #441321;
/* Tailwind (arbitrary) */
class="text-[#441321] bg-[#441321]"
/* SCSS */
$brand: #441321;
/* SwiftUI */
Color(red: 0.267, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#441321")Accessibility — WCAG contrast
Aa
#441321 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441321 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow51.5%
Key (black)73.3%
Color previews
#441321 text on a black background
contrast 1.36:1
Card sample
#441321 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441321;
Background color
Panel with #441321 background
background-color: #441321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441321; background: linear-gradient(135deg, #441321, #442613);