#401621
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 22, 33
HSL
344°, 49%, 17%
CMYK
0, 66, 48, 75
Luminance
0.0177
Every format
| HEX | #401621 |
| RGB | rgb(64, 22, 33) |
| HSL | hsl(344, 49%, 17%) |
| CMYK | cmyk(0%, 66%, 48%, 75%) |
| LAB | lab(14.3 21.7 2.8) |
| LCH | lch(14.3 21.9 7.3) |
| OKLCH | oklch(0.269 0.067 6.4) |
Copy-ready code
/* CSS */
color: #401621;
background-color: #401621;
/* Tailwind (arbitrary) */
class="text-[#401621] bg-[#401621]"
/* SCSS */
$brand: #401621;
/* SwiftUI */
Color(red: 0.251, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#401621")Accessibility — WCAG contrast
Aa
#401621 on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401621 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow48.4%
Key (black)74.9%
Color previews
#401621 text on a black background
contrast 1.35:1
Card sample
#401621 text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401621;
Background color
Panel with #401621 background
background-color: #401621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401621; background: linear-gradient(135deg, #401621, #402716);