#400040
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
64, 0, 64
HSL
300°, 100%, 13%
CMYK
0, 100, 0, 75
Luminance
0.0146
Every format
| HEX | #400040 |
| RGB | rgb(64, 0, 64) |
| HSL | hsl(300, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 0%, 75%) |
| LAB | lab(12.3 36.5 -22.6) |
| LCH | lch(12.3 42.9 328.2) |
| OKLCH | oklch(0.261 0.120 328.4) |
Copy-ready code
/* CSS */
color: #400040;
background-color: #400040;
/* Tailwind (arbitrary) */
class="text-[#400040] bg-[#400040]"
/* SCSS */
$brand: #400040;
/* SwiftUI */
Color(red: 0.251, green: 0.000, blue: 0.251)
/* Android */
Color.parseColor("#400040")Accessibility — WCAG contrast
Aa
#400040 on white: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#400040 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green0.0%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)74.9%
Color previews
#400040 text on a black background
contrast 1.29:1
Card sample
#400040 text on a white background
contrast 16.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #400040;
Background color
Panel with #400040 background
background-color: #400040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #400040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 0, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 0, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #400040; background: linear-gradient(135deg, #400040, #400015);