#401532
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 21, 50
HSL
320°, 51%, 17%
CMYK
0, 67, 22, 75
Luminance
0.0186
Every format
| HEX | #401532 |
| RGB | rgb(64, 21, 50) |
| HSL | hsl(320, 51%, 17%) |
| CMYK | cmyk(0%, 67%, 22%, 75%) |
| LAB | lab(14.7 24.9 -8.9) |
| LCH | lch(14.7 26.4 340.4) |
| OKLCH | oklch(0.275 0.078 342.2) |
Copy-ready code
/* CSS */
color: #401532;
background-color: #401532;
/* Tailwind (arbitrary) */
class="text-[#401532] bg-[#401532]"
/* SCSS */
$brand: #401532;
/* SwiftUI */
Color(red: 0.251, green: 0.082, blue: 0.196)
/* Android */
Color.parseColor("#401532")Accessibility — WCAG contrast
Aa
#401532 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401532 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.2%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow21.9%
Key (black)74.9%
Color previews
#401532 text on a black background
contrast 1.37:1
Card sample
#401532 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401532;
Background color
Panel with #401532 background
background-color: #401532;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401532;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 21, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 21, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401532; background: linear-gradient(135deg, #401532, #401515);