#441221
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 18, 33
HSL
342°, 58%, 17%
CMYK
0, 74, 52, 73
Luminance
0.0177
Every format
| HEX | #441221 |
| RGB | rgb(68, 18, 33) |
| HSL | hsl(342, 58%, 17%) |
| CMYK | cmyk(0%, 74%, 52%, 73%) |
| LAB | lab(14.2 25.4 2.9) |
| LCH | lch(14.2 25.6 6.4) |
| OKLCH | oklch(0.271 0.078 5.6) |
Copy-ready code
/* CSS */
color: #441221;
background-color: #441221;
/* Tailwind (arbitrary) */
class="text-[#441221] bg-[#441221]"
/* SCSS */
$brand: #441221;
/* SwiftUI */
Color(red: 0.267, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#441221")Accessibility — WCAG contrast
Aa
#441221 on white: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441221 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow51.5%
Key (black)73.3%
Color previews
#441221 text on a black background
contrast 1.35:1
Card sample
#441221 text on a white background
contrast 15.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441221;
Background color
Panel with #441221 background
background-color: #441221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441221; background: linear-gradient(135deg, #441221, #442412);