#401034
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 16, 52
HSL
315°, 60%, 16%
CMYK
0, 75, 19, 75
Luminance
0.0171
Every format
| HEX | #401034 |
| RGB | rgb(64, 16, 52) |
| HSL | hsl(315, 60%, 16%) |
| CMYK | cmyk(0%, 75%, 19%, 75%) |
| LAB | lab(13.9 27.8 -11.6) |
| LCH | lch(13.9 30.1 337.3) |
| OKLCH | oklch(0.269 0.088 339.2) |
Copy-ready code
/* CSS */
color: #401034;
background-color: #401034;
/* Tailwind (arbitrary) */
class="text-[#401034] bg-[#401034]"
/* SCSS */
$brand: #401034;
/* SwiftUI */
Color(red: 0.251, green: 0.063, blue: 0.204)
/* Android */
Color.parseColor("#401034")Accessibility — WCAG contrast
Aa
#401034 on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401034 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.3%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow18.8%
Key (black)74.9%
Color previews
#401034 text on a black background
contrast 1.34:1
Card sample
#401034 text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401034;
Background color
Panel with #401034 background
background-color: #401034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 16, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 16, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401034; background: linear-gradient(135deg, #401034, #401014);