#401021
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 16, 33
HSL
339°, 60%, 16%
CMYK
0, 75, 48, 75
Luminance
0.0157
Every format
| HEX | #401021 |
| RGB | rgb(64, 16, 33) |
| HSL | hsl(339, 60%, 16%) |
| CMYK | cmyk(0%, 75%, 48%, 75%) |
| LAB | lab(13.1 24.9 1.0) |
| LCH | lch(13.1 25.0 2.4) |
| OKLCH | oklch(0.260 0.076 2.2) |
Copy-ready code
/* CSS */
color: #401021;
background-color: #401021;
/* Tailwind (arbitrary) */
class="text-[#401021] bg-[#401021]"
/* SCSS */
$brand: #401021;
/* SwiftUI */
Color(red: 0.251, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#401021")Accessibility — WCAG contrast
Aa
#401021 on white: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401021 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow48.4%
Key (black)74.9%
Color previews
#401021 text on a black background
contrast 1.31:1
Card sample
#401021 text on a white background
contrast 15.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401021;
Background color
Panel with #401021 background
background-color: #401021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401021; background: linear-gradient(135deg, #401021, #401F10);