#401140
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
64, 17, 64
HSL
300°, 58%, 16%
CMYK
0, 73, 0, 75
Luminance
0.0186
Every format
| HEX | #401140 |
| RGB | rgb(64, 17, 64) |
| HSL | hsl(300, 58%, 16%) |
| CMYK | cmyk(0%, 73%, 0%, 75%) |
| LAB | lab(14.7 29.6 -18.8) |
| LCH | lch(14.7 35.1 327.6) |
| OKLCH | oklch(0.278 0.098 327.8) |
Copy-ready code
/* CSS */
color: #401140;
background-color: #401140;
/* Tailwind (arbitrary) */
class="text-[#401140] bg-[#401140]"
/* SCSS */
$brand: #401140;
/* SwiftUI */
Color(red: 0.251, green: 0.067, blue: 0.251)
/* Android */
Color.parseColor("#401140")Accessibility — WCAG contrast
Aa
#401140 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401140 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.7%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow0.0%
Key (black)74.9%
Color previews
#401140 text on a black background
contrast 1.37:1
Card sample
#401140 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401140;
Background color
Panel with #401140 background
background-color: #401140;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401140;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 17, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 17, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401140; background: linear-gradient(135deg, #401140, #401121);