#42001c
a deep, electric magenta / pink · warm · closest name: black
RGB
66, 0, 28
HSL
335°, 100%, 13%
CMYK
0, 100, 58, 74
Luminance
0.0124
Every format
| HEX | #42001c |
| RGB | rgb(66, 0, 28) |
| HSL | hsl(335, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 58%, 74%) |
| LAB | lab(10.9 32.0 1.7) |
| LCH | lch(10.9 32.1 3.1) |
| OKLCH | oklch(0.245 0.099 2.7) |
Copy-ready code
/* CSS */
color: #42001c;
background-color: #42001c;
/* Tailwind (arbitrary) */
class="text-[#42001c] bg-[#42001c]"
/* SCSS */
$brand: #42001c;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#42001c")Accessibility — WCAG contrast
Aa
#42001c on white: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42001c on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow57.6%
Key (black)74.1%
Color previews
#42001c text on a black background
contrast 1.25:1
Card sample
#42001c text on a white background
contrast 16.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42001c;
Background color
Panel with #42001c background
background-color: #42001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42001c; background: linear-gradient(135deg, #42001c, #421000);