#401444
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
64, 20, 68
HSL
295°, 55%, 17%
CMYK
6, 71, 0, 73
Luminance
0.0201
Every format
| HEX | #401444 |
| RGB | rgb(64, 20, 68) |
| HSL | hsl(295, 55%, 17%) |
| CMYK | cmyk(6%, 71%, 0%, 73%) |
| LAB | lab(15.5 29.0 -20.4) |
| LCH | lch(15.5 35.4 324.9) |
| OKLCH | oklch(0.284 0.097 324.3) |
Copy-ready code
/* CSS */
color: #401444;
background-color: #401444;
/* Tailwind (arbitrary) */
class="text-[#401444] bg-[#401444]"
/* SCSS */
$brand: #401444;
/* SwiftUI */
Color(red: 0.251, green: 0.078, blue: 0.267)
/* Android */
Color.parseColor("#401444")Accessibility — WCAG contrast
Aa
#401444 on white: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401444 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green7.8%
Blue26.7%
CMYK percentages
Cyan5.9%
Magenta70.6%
Yellow0.0%
Key (black)73.3%
Color previews
#401444 text on a black background
contrast 1.40:1
Card sample
#401444 text on a white background
contrast 14.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401444;
Background color
Panel with #401444 background
background-color: #401444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 20, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 20, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401444; background: linear-gradient(135deg, #401444, #441428);