#441521
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 21, 33
HSL
345°, 53%, 18%
CMYK
0, 69, 52, 73
Luminance
0.0188
Every format
| HEX | #441521 |
| RGB | rgb(68, 21, 33) |
| HSL | hsl(345, 53%, 18%) |
| CMYK | cmyk(0%, 69%, 52%, 73%) |
| LAB | lab(14.8 23.9 3.7) |
| LCH | lch(14.8 24.2 8.8) |
| OKLCH | oklch(0.275 0.073 7.6) |
Copy-ready code
/* CSS */
color: #441521;
background-color: #441521;
/* Tailwind (arbitrary) */
class="text-[#441521] bg-[#441521]"
/* SCSS */
$brand: #441521;
/* SwiftUI */
Color(red: 0.267, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#441521")Accessibility — WCAG contrast
Aa
#441521 on white: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441521 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow51.5%
Key (black)73.3%
Color previews
#441521 text on a black background
contrast 1.38:1
Card sample
#441521 text on a white background
contrast 15.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441521;
Background color
Panel with #441521 background
background-color: #441521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441521; background: linear-gradient(135deg, #441521, #442815);