#441421
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 20, 33
HSL
344°, 55%, 17%
CMYK
0, 71, 52, 73
Luminance
0.0184
Every format
| HEX | #441421 |
| RGB | rgb(68, 20, 33) |
| HSL | hsl(344, 55%, 17%) |
| CMYK | cmyk(0%, 71%, 52%, 73%) |
| LAB | lab(14.6 24.4 3.4) |
| LCH | lch(14.6 24.6 7.9) |
| OKLCH | oklch(0.274 0.075 6.9) |
Copy-ready code
/* CSS */
color: #441421;
background-color: #441421;
/* Tailwind (arbitrary) */
class="text-[#441421] bg-[#441421]"
/* SCSS */
$brand: #441421;
/* SwiftUI */
Color(red: 0.267, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#441421")Accessibility — WCAG contrast
Aa
#441421 on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441421 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow51.5%
Key (black)73.3%
Color previews
#441421 text on a black background
contrast 1.37:1
Card sample
#441421 text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441421;
Background color
Panel with #441421 background
background-color: #441421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441421; background: linear-gradient(135deg, #441421, #442714);