#420014
a deep, electric magenta / pink · warm · closest name: black
RGB
66, 0, 20
HSL
342°, 100%, 13%
CMYK
0, 100, 70, 74
Luminance
0.0121
Every format
| HEX | #420014 |
| RGB | rgb(66, 0, 20) |
| HSL | hsl(342, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 70%, 74%) |
| LAB | lab(10.6 31.4 7.3) |
| LCH | lch(10.6 32.2 13.1) |
| OKLCH | oklch(0.242 0.097 11.0) |
Copy-ready code
/* CSS */
color: #420014;
background-color: #420014;
/* Tailwind (arbitrary) */
class="text-[#420014] bg-[#420014]"
/* SCSS */
$brand: #420014;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.078)
/* Android */
Color.parseColor("#420014")Accessibility — WCAG contrast
Aa
#420014 on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#420014 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.7%
Key (black)74.1%
Color previews
#420014 text on a black background
contrast 1.24:1
Card sample
#420014 text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #420014;
Background color
Panel with #420014 background
background-color: #420014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #420014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #420014; background: linear-gradient(135deg, #420014, #421800);