#400430
a deep, electric magenta / pink · warm · closest name: black
RGB
64, 4, 48
HSL
316°, 88%, 13%
CMYK
0, 94, 25, 75
Luminance
0.0139
Every format
| HEX | #400430 |
| RGB | rgb(64, 4, 48) |
| HSL | hsl(316, 88%, 13%) |
| CMYK | cmyk(0%, 94%, 25%, 75%) |
| LAB | lab(11.9 32.2 -11.8) |
| LCH | lch(11.9 34.3 339.9) |
| OKLCH | oklch(0.254 0.102 341.9) |
Copy-ready code
/* CSS */
color: #400430;
background-color: #400430;
/* Tailwind (arbitrary) */
class="text-[#400430] bg-[#400430]"
/* SCSS */
$brand: #400430;
/* SwiftUI */
Color(red: 0.251, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#400430")Accessibility — WCAG contrast
Aa
#400430 on white: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#400430 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow25.0%
Key (black)74.9%
Color previews
#400430 text on a black background
contrast 1.28:1
Card sample
#400430 text on a white background
contrast 16.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #400430;
Background color
Panel with #400430 background
background-color: #400430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #400430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #400430; background: linear-gradient(135deg, #400430, #400408);