#44001b
a deep, electric magenta / pink · warm · closest name: black
RGB
68, 0, 27
HSL
336°, 100%, 13%
CMYK
0, 100, 60, 73
Luminance
0.0131
Every format
| HEX | #44001b |
| RGB | rgb(68, 0, 27) |
| HSL | hsl(336, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 60%, 73%) |
| LAB | lab(11.3 32.5 3.2) |
| LCH | lch(11.3 32.6 5.6) |
| OKLCH | oklch(0.249 0.100 4.8) |
Copy-ready code
/* CSS */
color: #44001b;
background-color: #44001b;
/* Tailwind (arbitrary) */
class="text-[#44001b] bg-[#44001b]"
/* SCSS */
$brand: #44001b;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.106)
/* Android */
Color.parseColor("#44001b")Accessibility — WCAG contrast
Aa
#44001b on white: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44001b on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow60.3%
Key (black)73.3%
Color previews
#44001b text on a black background
contrast 1.26:1
Card sample
#44001b text on a white background
contrast 16.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44001b;
Background color
Panel with #44001b background
background-color: #44001b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44001b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44001b; background: linear-gradient(135deg, #44001b, #441200);