#400c46
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
64, 12, 70
HSL
294°, 71%, 16%
CMYK
9, 83, 0, 73
Luminance
0.0180
Every format
| HEX | #400c46 |
| RGB | rgb(64, 12, 70) |
| HSL | hsl(294, 71%, 16%) |
| CMYK | cmyk(9%, 83%, 0%, 73%) |
| LAB | lab(14.4 33.0 -23.6) |
| LCH | lch(14.4 40.6 324.5) |
| OKLCH | oklch(0.276 0.110 323.4) |
Copy-ready code
/* CSS */
color: #400c46;
background-color: #400c46;
/* Tailwind (arbitrary) */
class="text-[#400c46] bg-[#400c46]"
/* SCSS */
$brand: #400c46;
/* SwiftUI */
Color(red: 0.251, green: 0.047, blue: 0.275)
/* Android */
Color.parseColor("#400c46")Accessibility — WCAG contrast
Aa
#400c46 on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#400c46 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green4.7%
Blue27.5%
CMYK percentages
Cyan8.6%
Magenta82.9%
Yellow0.0%
Key (black)72.5%
Color previews
#400c46 text on a black background
contrast 1.36:1
Card sample
#400c46 text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #400c46;
Background color
Panel with #400c46 background
background-color: #400c46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #400c46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 12, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 12, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #400c46; background: linear-gradient(135deg, #400c46, #460C25);