#42002b
a deep, electric magenta / pink · warm · closest name: black
RGB
66, 0, 43
HSL
321°, 100%, 13%
CMYK
0, 100, 35, 74
Luminance
0.0133
Every format
| HEX | #42002b |
| RGB | rgb(66, 0, 43) |
| HSL | hsl(321, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 35%, 74%) |
| LAB | lab(11.5 33.7 -8.7) |
| LCH | lch(11.5 34.8 345.6) |
| OKLCH | oklch(0.251 0.106 347.5) |
Copy-ready code
/* CSS */
color: #42002b;
background-color: #42002b;
/* Tailwind (arbitrary) */
class="text-[#42002b] bg-[#42002b]"
/* SCSS */
$brand: #42002b;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.169)
/* Android */
Color.parseColor("#42002b")Accessibility — WCAG contrast
Aa
#42002b on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42002b on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow34.8%
Key (black)74.1%
Color previews
#42002b text on a black background
contrast 1.27:1
Card sample
#42002b text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42002b;
Background color
Panel with #42002b background
background-color: #42002b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42002b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42002b; background: linear-gradient(135deg, #42002b, #420100);