#44112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 17, 43
HSL
329°, 60%, 17%
CMYK
0, 75, 37, 73
Luminance
0.0180
Every format
| HEX | #44112b |
| RGB | rgb(68, 17, 43) |
| HSL | hsl(329, 60%, 17%) |
| CMYK | cmyk(0%, 75%, 37%, 73%) |
| LAB | lab(14.4 27.2 -4.2) |
| LCH | lch(14.4 27.6 351.3) |
| OKLCH | oklch(0.273 0.084 352.6) |
Copy-ready code
/* CSS */
color: #44112b;
background-color: #44112b;
/* Tailwind (arbitrary) */
class="text-[#44112b] bg-[#44112b]"
/* SCSS */
$brand: #44112b;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#44112b")Accessibility — WCAG contrast
Aa
#44112b on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44112b on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow36.8%
Key (black)73.3%
Color previews
#44112b text on a black background
contrast 1.36:1
Card sample
#44112b text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44112b;
Background color
Panel with #44112b background
background-color: #44112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44112b; background: linear-gradient(135deg, #44112b, #441911);