#46004c
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
70, 0, 76
HSL
295°, 100%, 15%
CMYK
8, 100, 0, 70
Luminance
0.0182
Every format
| HEX | #46004c |
| RGB | rgb(70, 0, 76) |
| HSL | hsl(295, 100%, 15%) |
| CMYK | cmyk(8%, 100%, 0%, 70%) |
| LAB | lab(14.5 39.8 -27.4) |
| LCH | lch(14.5 48.3 325.4) |
| OKLCH | oklch(0.281 0.132 324.4) |
Copy-ready code
/* CSS */
color: #46004c;
background-color: #46004c;
/* Tailwind (arbitrary) */
class="text-[#46004c] bg-[#46004c]"
/* SCSS */
$brand: #46004c;
/* SwiftUI */
Color(red: 0.275, green: 0.000, blue: 0.298)
/* Android */
Color.parseColor("#46004c")Accessibility — WCAG contrast
Aa
#46004c on white: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46004c on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green0.0%
Blue29.8%
CMYK percentages
Cyan7.9%
Magenta100.0%
Yellow0.0%
Key (black)70.2%
Color previews
#46004c text on a black background
contrast 1.36:1
Card sample
#46004c text on a white background
contrast 15.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46004c;
Background color
Panel with #46004c background
background-color: #46004c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46004c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 0, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 0, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46004c; background: linear-gradient(135deg, #46004c, #4C001F);