#401521
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 21, 33
HSL
343°, 51%, 17%
CMYK
0, 67, 48, 75
Luminance
0.0174
Every format
| HEX | #401521 |
| RGB | rgb(64, 21, 33) |
| HSL | hsl(343, 51%, 17%) |
| CMYK | cmyk(0%, 67%, 48%, 75%) |
| LAB | lab(14.0 22.3 2.5) |
| LCH | lch(14.0 22.4 6.3) |
| OKLCH | oklch(0.268 0.068 5.5) |
Copy-ready code
/* CSS */
color: #401521;
background-color: #401521;
/* Tailwind (arbitrary) */
class="text-[#401521] bg-[#401521]"
/* SCSS */
$brand: #401521;
/* SwiftUI */
Color(red: 0.251, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#401521")Accessibility — WCAG contrast
Aa
#401521 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401521 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow48.4%
Key (black)74.9%
Color previews
#401521 text on a black background
contrast 1.35:1
Card sample
#401521 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401521;
Background color
Panel with #401521 background
background-color: #401521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401521; background: linear-gradient(135deg, #401521, #402615);