#420029
a deep, electric magenta / pink · warm · closest name: black
RGB
66, 0, 41
HSL
323°, 100%, 13%
CMYK
0, 100, 38, 74
Luminance
0.0132
Every format
| HEX | #420029 |
| RGB | rgb(66, 0, 41) |
| HSL | hsl(323, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 38%, 74%) |
| LAB | lab(11.4 33.4 -7.3) |
| LCH | lch(11.4 34.2 347.6) |
| OKLCH | oklch(0.250 0.105 349.4) |
Copy-ready code
/* CSS */
color: #420029;
background-color: #420029;
/* Tailwind (arbitrary) */
class="text-[#420029] bg-[#420029]"
/* SCSS */
$brand: #420029;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#420029")Accessibility — WCAG contrast
Aa
#420029 on white: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#420029 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow37.9%
Key (black)74.1%
Color previews
#420029 text on a black background
contrast 1.26:1
Card sample
#420029 text on a white background
contrast 16.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #420029;
Background color
Panel with #420029 background
background-color: #420029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #420029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #420029; background: linear-gradient(135deg, #420029, #420300);