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