#420533
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
66, 5, 51
HSL
315°, 86%, 14%
CMYK
0, 92, 23, 74
Luminance
0.0151
Every format
| HEX | #420533 |
| RGB | rgb(66, 5, 51) |
| HSL | hsl(315, 86%, 14%) |
| CMYK | cmyk(0%, 92%, 23%, 74%) |
| LAB | lab(12.7 32.7 -12.8) |
| LCH | lch(12.7 35.1 338.7) |
| OKLCH | oklch(0.261 0.104 340.6) |
Copy-ready code
/* CSS */
color: #420533;
background-color: #420533;
/* Tailwind (arbitrary) */
class="text-[#420533] bg-[#420533]"
/* SCSS */
$brand: #420533;
/* SwiftUI */
Color(red: 0.259, green: 0.020, blue: 0.200)
/* Android */
Color.parseColor("#420533")Accessibility — WCAG contrast
Aa
#420533 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#420533 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green2.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow22.7%
Key (black)74.1%
Color previews
#420533 text on a black background
contrast 1.30:1
Card sample
#420533 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #420533;
Background color
Panel with #420533 background
background-color: #420533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #420533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 5, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 5, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #420533; background: linear-gradient(135deg, #420533, #42050A);