#401540
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
64, 21, 64
HSL
300°, 51%, 17%
CMYK
0, 67, 0, 75
Luminance
0.0200
Every format
| HEX | #401540 |
| RGB | rgb(64, 21, 64) |
| HSL | hsl(300, 51%, 17%) |
| CMYK | cmyk(0%, 67%, 0%, 75%) |
| LAB | lab(15.5 27.6 -17.6) |
| LCH | lch(15.5 32.8 327.4) |
| OKLCH | oklch(0.283 0.091 327.6) |
Copy-ready code
/* CSS */
color: #401540;
background-color: #401540;
/* Tailwind (arbitrary) */
class="text-[#401540] bg-[#401540]"
/* SCSS */
$brand: #401540;
/* SwiftUI */
Color(red: 0.251, green: 0.082, blue: 0.251)
/* Android */
Color.parseColor("#401540")Accessibility — WCAG contrast
Aa
#401540 on white: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401540 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.2%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow0.0%
Key (black)74.9%
Color previews
#401540 text on a black background
contrast 1.40:1
Card sample
#401540 text on a white background
contrast 15.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401540;
Background color
Panel with #401540 background
background-color: #401540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 21, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 21, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401540; background: linear-gradient(135deg, #401540, #401523);