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