#44003a
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
68, 0, 58
HSL
309°, 100%, 13%
CMYK
0, 100, 15, 73
Luminance
0.0153
Every format
| HEX | #44003a |
| RGB | rgb(68, 0, 58) |
| HSL | hsl(309, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 15%, 73%) |
| LAB | lab(12.8 36.3 -17.5) |
| LCH | lch(12.8 40.3 334.3) |
| OKLCH | oklch(0.264 0.117 335.8) |
Copy-ready code
/* CSS */
color: #44003a;
background-color: #44003a;
/* Tailwind (arbitrary) */
class="text-[#44003a] bg-[#44003a]"
/* SCSS */
$brand: #44003a;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#44003a")Accessibility — WCAG contrast
Aa
#44003a on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44003a on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow14.7%
Key (black)73.3%
Color previews
#44003a text on a black background
contrast 1.31:1
Card sample
#44003a text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44003a;
Background color
Panel with #44003a background
background-color: #44003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44003a; background: linear-gradient(135deg, #44003a, #44000D);