#441c28
a deep, soft magenta / pink · warm · closest name: black
RGB
68, 28, 40
HSL
342°, 42%, 19%
CMYK
0, 59, 41, 73
Luminance
0.0221
Every format
| HEX | #441c28 |
| RGB | rgb(68, 28, 40) |
| HSL | hsl(342, 42%, 19%) |
| CMYK | cmyk(0%, 59%, 41%, 73%) |
| LAB | lab(16.6 20.8 1.1) |
| LCH | lch(16.6 20.8 3.1) |
| OKLCH | oklch(0.289 0.063 2.9) |
Copy-ready code
/* CSS */
color: #441c28;
background-color: #441c28;
/* Tailwind (arbitrary) */
class="text-[#441c28] bg-[#441c28]"
/* SCSS */
$brand: #441c28;
/* SwiftUI */
Color(red: 0.267, green: 0.110, blue: 0.157)
/* Android */
Color.parseColor("#441c28")Accessibility — WCAG contrast
Aa
#441c28 on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441c28 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.0%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow41.2%
Key (black)73.3%
Color previews
#441c28 text on a black background
contrast 1.44:1
Card sample
#441c28 text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441c28;
Background color
Panel with #441c28 background
background-color: #441c28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441c28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 28, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 28, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441c28; background: linear-gradient(135deg, #441c28, #442B1C);