#401430
a deep, vivid magenta / pink · warm · closest name: black
RGB
64, 20, 48
HSL
322°, 52%, 17%
CMYK
0, 69, 25, 75
Luminance
0.0180
Every format
| HEX | #401430 |
| RGB | rgb(64, 20, 48) |
| HSL | hsl(322, 52%, 17%) |
| CMYK | cmyk(0%, 69%, 25%, 75%) |
| LAB | lab(14.4 25.1 -7.9) |
| LCH | lch(14.4 26.3 342.5) |
| OKLCH | oklch(0.273 0.078 344.4) |
Copy-ready code
/* CSS */
color: #401430;
background-color: #401430;
/* Tailwind (arbitrary) */
class="text-[#401430] bg-[#401430]"
/* SCSS */
$brand: #401430;
/* SwiftUI */
Color(red: 0.251, green: 0.078, blue: 0.188)
/* Android */
Color.parseColor("#401430")Accessibility — WCAG contrast
Aa
#401430 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401430 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green7.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow25.0%
Key (black)74.9%
Color previews
#401430 text on a black background
contrast 1.36:1
Card sample
#401430 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401430;
Background color
Panel with #401430 background
background-color: #401430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 20, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 20, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401430; background: linear-gradient(135deg, #401430, #401514);