#401129
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 17, 41
HSL
329°, 58%, 16%
CMYK
0, 73, 36, 75
Luminance
0.0165
Every format
| HEX | #401129 |
| RGB | rgb(64, 17, 41) |
| HSL | hsl(329, 58%, 16%) |
| CMYK | cmyk(0%, 73%, 36%, 75%) |
| LAB | lab(13.5 25.5 -4.1) |
| LCH | lch(13.5 25.9 350.8) |
| OKLCH | oklch(0.265 0.079 352.2) |
Copy-ready code
/* CSS */
color: #401129;
background-color: #401129;
/* Tailwind (arbitrary) */
class="text-[#401129] bg-[#401129]"
/* SCSS */
$brand: #401129;
/* SwiftUI */
Color(red: 0.251, green: 0.067, blue: 0.161)
/* Android */
Color.parseColor("#401129")Accessibility — WCAG contrast
Aa
#401129 on white: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401129 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow35.9%
Key (black)74.9%
Color previews
#401129 text on a black background
contrast 1.33:1
Card sample
#401129 text on a white background
contrast 15.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401129;
Background color
Panel with #401129 background
background-color: #401129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 17, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 17, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401129; background: linear-gradient(135deg, #401129, #401811);