#401c39
a deep, soft magenta / pink · warm · closest name: black
RGB
64, 28, 57
HSL
312°, 39%, 18%
CMYK
0, 56, 11, 75
Luminance
0.0222
Every format
| HEX | #401c39 |
| RGB | rgb(64, 28, 57) |
| HSL | hsl(312, 39%, 18%) |
| CMYK | cmyk(0%, 56%, 11%, 75%) |
| LAB | lab(16.6 22.1 -11.0) |
| LCH | lch(16.6 24.7 333.6) |
| OKLCH | oklch(0.290 0.071 335.1) |
Copy-ready code
/* CSS */
color: #401c39;
background-color: #401c39;
/* Tailwind (arbitrary) */
class="text-[#401c39] bg-[#401c39]"
/* SCSS */
$brand: #401c39;
/* SwiftUI */
Color(red: 0.251, green: 0.110, blue: 0.224)
/* Android */
Color.parseColor("#401c39")Accessibility — WCAG contrast
Aa
#401c39 on white: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401c39 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green11.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow10.9%
Key (black)74.9%
Color previews
#401c39 text on a black background
contrast 1.44:1
Card sample
#401c39 text on a white background
contrast 14.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401c39;
Background color
Panel with #401c39 background
background-color: #401c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 28, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 28, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401c39; background: linear-gradient(135deg, #401c39, #401C21);